API Keys Webhook
Subscribe
Header parameters
api-keystringRequired
Body
urlstringRequired
Responses
201Success
application/json
400Error
500Error
post
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"
}
Unsubscribe
Last updated
Was this helpful?