latestOpenAPI 3.0.22026-07-26480119.6 KB
bc65b4950c7e
Partner::Webhook
Create Webhook
This endpoint creates a new webhook associated with the logged-in partner. Just send the webhook URL, and the system will associate it using the session information contained in the JWT obtained from the login endpoint. Currently, the only available type is 'CHECKIN'.
post/partner/webhook/create
Parameters
#/paths/~1partner~1webhook~1get/get/parameters/0 — unresolved $ref
Request body
Example request
{
"webhook_url": "https://webhook.site/6f6cbfe3-8ff8-4750-83c7-e609650023ac",
"webhook_type": "CHECKIN"
}Response
Webhook successfully created
object required