Get Me

GET /v1/accounts/me

Responses

GET /v1/accounts/me
curl \
 --request GET 'https://api.aymara.ai/v1/accounts/me' \
 --header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
  "email": "string",
  "organization": {
    "org_uuid": "string",
    "name": "string"
  },
  "is_admin": true,
  "is_impersonating": true,
  "feature_flags": {
    "enable_dashboard": true
  }
}