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