Skip to main content
POST
/
v1
/
webhooks
/
{webhookId}
/
trigger
cURL
curl --request POST \
  --url https://api.claap.io/v1/webhooks/{webhookId}/trigger \
  --header 'Content-Type: application/json' \
  --header 'X-Claap-Key: <api-key>' \
  --data '{
  "type": "<string>",
  "recordingId": "<string>"
}'
{
  "result": {
    "ok": true
  }
}

Authorizations

X-Claap-Key
string
header
required

Path Parameters

webhookId
string
required

Body

application/json
  • Option 1
  • Option 2
type
string
required
Allowed value: "recording_added"
recordingId
string
required

Recording identifier.

Response

Webhook was successfully triggered

result
object
required