Skip to main content
GET
/
v1
/
webhooks
/
{webhookId}
Get webhook subscription
curl --request GET \
  --url https://openapi.genesy.ai/v1/webhooks/{webhookId} \
  --header 'x-api-key: <api-key>'
{
  "status": "success",
  "message": "<string>",
  "data": {
    "id": 123,
    "name": "<string>",
    "url": "<string>",
    "events": [
      "<string>"
    ],
    "campaignIds": [
      123
    ],
    "customFields": [
      "<string>"
    ],
    "enabled": true,
    "createdAt": "2023-12-25",
    "updatedAt": "2023-12-25",
    "hasSecret": true
  }
}

Authorizations

x-api-key
string
header
required

Path Parameters

webhookId
string
required

Webhook ID

Response

Webhook retrieved successfully

status
enum<string>
required
Available options:
success
message
string
required
data
object
required