Skip to main content
GET
List Webhook Endpoints

Authorizations

Authorization
string
header
required

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

id
integer
required

Unique identifier of the store where the appointment was created (based on associate assignment)

target_url
string
required

Store name of where the appointment was created (based on associate assignment)

events
string[]
required
Example:
is_enabled
boolean
required

Whether or not the webhoook endpoint is enabled. If true events will be sent to it, otherwise it will not.

created_at
string<date_time>
required

Timestamp of when the webhook endpoint was created

updated_at
string<date_time>
required

Timestamp of when the webhook endpoint was last updated

secret
string

(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.