Webhooks
List Webhook Endpoints
List webhook endpoints.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
200 - application/json
Successful response, returns array of webhook endpoints
Unique identifier of the store where the appointment was created (based on associate assignment)
Store name of where the appointment was created (based on associate assignment)
Example:
[
"client.created",
"client.updated",
"client.deleted"
]
Whether or not the webhoook endpoint is enabled. If true
events will be sent to it, otherwise it will not.
Timestamp of when the webhook endpoint was created
Timestamp of when the webhook endpoint was last updated
(Only returned while creating the endpoint). The secret that BSPK will send (via X-Bspk-Secret
HTTP header) on every request to this endpoint so that your bakend can validate requests.