Skip to content

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
string
Required
Format
"uuid"
webhookUuid*
Type
string
Required
Format
"uuid"

Responses

Successful response

application/json
JSON
{
  
"data": [
  
  
{
  
  
  
"uuid": "string",
  
  
  
"targetUrl": "string",
  
  
  
"dateTime": "string",
  
  
  
"eventType": "string",
  
  
  
"status": "string"
  
  
}
  
],
  
"message": "string",
  
"status": 200,
  
"meta": {
  
}
}

Playground

Authorization
Variables
Key
Value

Samples