Webhooks configuration
Last updated
Was this helpful?
Last updated
Was this helpful?
In order to receive your users' request approvals/denials results, you must configure a webhook first. Please, take a look at following requests and our webhooks section.
Retrieves your configured webhooks list
/v1/business/settings/webhooks
Your JWT token as Bearer
Your credential's unique identifier key
Your timezone
Creates a new or updates an existent webhook for integration
/v1/business/settings/webhooks
Your JWT token as Bearer
Your credential's unique identifier key
Your timezone
https://www.mycompanyhost.com/my-webhook
my-32-bytes-sized-secret
REQUEST_RESULT
REQUEST_RESULT
, WHT_002
{"Content-Type":"application/json"}
No body
Removes from your webhook list the item for the specified ID
/v1/business/settings/webhooks/{id}
my-webhook-id
Your JWT token as Bearer
Your credential's unique identifier key
Your timezone
No body