cURL
curl --request POST \ --url https://api.example.com/api/v1/webhooks \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "url": "<string>" } '
{ "id": 123, "user_id": "<string>", "url": "<string>", "is_active": true, "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" }
CustomerEmployee
EndUser
Webhooks:Create
The access token received from the authorization server in the OAuth 2.0 flow.
Schema for creating a webhook.
Successful Response
Schema for webhook response.