Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://app.demand-iq.com/api/auth/me \ --cookie session=
{ "user": { "id": "<string>", "email": "jsmith@example.com", "name": "<string>" }, "organization": { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>" } }
Returns the authenticated user’s identity and organization.
Session cookie obtained from POST /api/auth/login.
POST /api/auth/login
Current user
Show child attributes