API Keys
Check API Key
Create Endpoint Webhook
Remove Webhook
Get Webhook
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
GET /v1/api-keys/check HTTP/1.1
Host:
api-key: text
Accept: */*
{
"email": "text",
"name": "text"
}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: */*
GET /v1/api-keys/webhook/{apiKeyWebhookId} HTTP/1.1
Host:
api-key: text
Accept: */*