cURL
curl --request POST \ --url https://calendar.universal.rollout.com/api/webhooks \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --header 'X-Rollout-Credential-Id: <api-key>' \ --data ' { "url": "<string>", "event": "<string>", "filters": {} } '
{ "id": "<string>", "status": "<string>", "event": "<string>", "url": "<string>", "filters": {} }
Authorization JWT
The Rollout Credential ID to use for queries/mutations
Show child attributes
Created