Skip to main content
GET
/
profile
Get Profile
curl --request GET \
  --url https://api.example.com/profile \
  --header 'X-API-Key: <api-key>'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "email": "<string>",
  "created_at": "2023-11-07T05:31:56Z",
  "name": "<string>",
  "user_type": "provider",
  "email_verified": false,
  "profile": {},
  "effective_tier": "free",
  "is_admin": false,
  "team_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "team_role": "<string>",
  "team_name": "<string>"
}

Authorizations

X-API-Key
string
header
required

Response

200 - application/json

Successful Response

Schema for user response.

id
string<uuid>
required
email
string
required
created_at
string<date-time>
required
name
string | null
user_type
string
default:provider
email_verified
boolean
default:false
profile
Profile · object
effective_tier
string
default:free
is_admin
boolean
default:false
team_id
string<uuid> | null
team_role
string | null
team_name
string | null