cURL
curl --request GET \ --url https://api.example.com/api/v1/auth/me
{ "id": "...", "email": "you@company.com", "organization_id": "...", "organization": { "id": "...", "name": "Acme Corp" } }
Return the currently authenticated user and organization.
Was this page helpful?