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/me

Current User

Get information about the currently authenticated user.

Request

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

Response

json
{
  "id": "user-uuid",
  "email": "you@example.com",
  "plan": "free",
  "has_webhook_secret": true,
  "active_cues": 3,
  "monthly_executions": 42
}
GET/v1/auth/me
Try it
Enter your API key above to send requests