Appearance
outgoing-webhooks
Get webhook events
GET
/accounts/{accountUuid}/webhooks/v2/outgoing-webhooks/{webhookUuid}/events
Get events of the outgoing webhook
Authorizations
ApiToken
Bearer token authentication. Create tokens in Settings > API Token.
Type
HTTP (bearer)
Parameters
Path Parameters
accountUuid*
Type
Requiredstring
Format
"uuid"webhookUuid*
Type
Requiredstring
Format
"uuid"Responses
Successful response
application/json
JSON "data": [ { "uuid": "string", "targetUrl": "string", "dateTime": "string", "eventType": "string", "status": "string" } ], "message": "string", "status": 200, "meta": { }
{
}