Skip to main content
GET
/
api
/
auth
/
me
Get current user
curl --request GET \
  --url https://app.demandiq.com/api/auth/me
{
  "user": {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "email": "jsmith@example.com",
    "name": "<string>"
  },
  "organization": {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "name": "<string>"
  }
}

Response

Current session info

user
object
organization
object