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-secretGet 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
Try it/v1/auth/webhook-secretEnter your API key above to send requests