Webhook Endpoints

Retrieve Webhooks

get/v1/instances/{instance_id}/webhook-endpoints

Path parameters

instance_idstring required
Example:in_000000000000

Response

Get webhook endpoints

idstring required
urlstring uri required
eventsstring[] required
instance_idstring required
created_atstring date-time nullable
updated_atstring date-time nullable

Example response

[
  {
    "id": "we_000000000000",
    "url": "https://example.com/webhook",
    "events": [
      "customer.new"
    ],
    "instance_id": "in_000000000000",
    "created_at": "2021-01-01T00:00:00Z",
    "updated_at": "2021-01-01T00:00:00Z"
  }
]

Changes

No recorded changes to this endpoint across all 1 revision of this API.