Skip to content

Get a webhook ​

GET
/v1/webhooks/{webhook_id}

Authorizations​

api_key
Type
API Key (header: X-Api-Key)

Parameters​

Path Parameters

webhook_id*

The webhook identifier.

Type
string
Required

Responses​

OK

application/json
JSON
{
  
"webhook_id": null,
  
"event_type": "string",
  
"client_id": "string",
  
"endpoint": "string"
}

Playground​

Server
Authorization
Variables
Key
Value

Samples​