All requests below will use this key. Your API key is sent directly to api.cueapi.ai and never stored by the docs site.

GET/v1/auth/webhook-secret

Get Webhook Secret

Retrieve your webhook signing secret for signature verification.

Request

bash
curl https://api.cueapi.ai/v1/auth/webhook-secret \
  -H "Authorization: Bearer cue_sk_YOUR_KEY"

Response

json
{
  "webhook_secret": "whsec_a1b2c3d4e5f6..."
}
GET/v1/auth/webhook-secret
Try it
Enter your API key above to send requests