Appearance
outgoing-webhooks
Show outgoing webhook
GET
/accounts/{accountUuid}/webhooks/v2/outgoing-webhooks/{webhookUuid}
Show single 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"Query Parameters
showSignatureKey
Type
boolean
Default
falseResponses
Successful response
application/json
JSON "data": { "uuid": "string", "targetUrl": "string", "eventTypes": [ "string" ], "signatureKey": "string", "latestEvent": { "dateTime": "string", "status": "string" } }, "message": "string", "status": 200, "meta": { }
{
}