Skip to main content
POST
Create Webhook
Creates a new webhook endpoint. The response includes a signing secret that you should store securely - it will be used to verify that incoming webhooks are actually from Cobalt.

Example Request

Example Response

Store the webhook secret securely - you’ll need it to verify webhook signatures.

Authorizations

client_id
string
header
required
client_secret
string
header
required
access_token
string
header
required

Body

application/json
webhook_url
string
required

The URL where webhook events will be sent

Response

200 - application/json

Successful response

success
boolean
webhook
object