API Keys Webhook
Subscribe
Unsubscribe
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
POST /v1/api-keys/webhook/subscribe HTTP/1.1
Host:
api-key: text
Content-Type: application/json
Accept: */*
Content-Length: 32
{
"url": "text",
"events": [
"test"
]
}{
"webhookId": "text"
}DELETE /v1/api-keys/webhook/unsubscribe/{apiWebhookId} HTTP/1.1
Host:
api-key: text
Accept: */*