v1

latestOpenAPI 3.1.02026-07-24223580832.9 KB
webhook

Webhook Verification Challenge

Endpoint that should respond to webhook verification. challenge

get/

Query parameters

tokenstring required

The challenge token

Response

Response to webhook verfication request

response_tokenstring

the response token is a HMAC using SHA256. Where the webhook secret is the key, and the challenge token the payload.

Example response

{
  "response_token": "sha256=da0g909egewoqijgq987gfqe98tgyee8t"
}