ReferenceWebhooks

List webhooks

List webhooks

GET
/api/v1/webhooks

Authorization

ApiKeyAuth
x-api-key<token>

A platform key (ck_live_…). Mint one in the console under Settings → API Keys.

In: header

Response Body

application/json

curl -X GET "https://example.com/api/v1/webhooks"
{  "webhooks": [    {      "webhook_id": "string",      "url": "http://example.com",      "events": [        "string"      ],      "active": true,      "created_at": "2019-08-24T14:15:22Z"    }  ]}
Was this page helpful?
Report an issue