Skip to content

Create a webhook

POST
/v1/webhooks

Authorizations

api_key
Type
API Key (header: X-Api-Key)

Request Body

application/json
JSON
{
  
"version": 1,
  
"event_type": "string",
  
"endpoint": "string",
  
"secret": "string",
  
"is_active": true
}

Responses

Created

application/json
JSON
{
  
"webhook_id": null,
  
"event_type": "string",
  
"client_id": "string",
  
"endpoint": "string"
}

Playground

Server
Authorization
Body

Samples