Skip to main content
GET
/
v1
/
me
Whoami
curl --request GET \
  --url https://api.example.com/v1/me
{
  "id": "<string>",
  "email": "<string>",
  "display_name": "<string>",
  "sso_subject": "<string>",
  "role": "<string>",
  "auth_provider": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.edge.glitchexecutor.com/llms.txt

Use this file to discover all available pages before exploring further.

Headers

x-dev-user
string | null
authorization
string | null

Response

Successful Response

id
string
required
email
string
required
display_name
string | null
required
sso_subject
string
required
role
string
required
auth_provider
string
required