Webhooks API

Get a webhook

Retrieve a single webhook object by its ID.

🔑 Access with

Advanced access token with webhooks.read

OAuth access with webhooks.read

get/v2/webhooks/{webhookId}

Query parameters

testmodeboolean

You can enable test mode by setting the testmode query parameter to true.

Test entities cannot be retrieved when the endpoint is set to live mode, and vice versa.

Response

The webhook object.

Changes

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