Pixela API Document

API Document for Pixela ( https://pixe.la/ ) .

POST - /v1/users/<username>/webhooks/<webhookHash>

Description

Invoke the webhook registered in advance.
It is used "timezone" setting as post date if Graph's "timezone" is specified, if not specified, calculates it in "UTC".

Help page

Webhook - Pixela Help Center

HTTP Method , API endpoint

POST /v1/users/<username>/webhooks/<webhookHash>

Request Header

Key Description
Content-Length Since the request body is not specified, specify the Content-Length header.

Possible errors by HTTP response status code

  • 404 Not Found
    • This error occurs when your request destination does not exist.
    • This error also occurs when authentication to the request destination is not successful.
  • 500 Internal Server Error
    • Status in the event of an unexpected error. Retrying the request may be successfully processed.

Example

$ curl -X POST https://pixe.la/v1/users/a-know/webhooks/<webhookHash> -H 'Content-Length:0'
{"message":"Success.","isSuccess":true}