Skip to main content
GET
/
v1
/
me
cURL
curl -X GET 'http://localhost:8080/v1/me/' \
  -H 'Authorization: Bearer ek_live_xxxxx'
{
  "id": "<string>",
  "username": "<string>",
  "email": "jsmith@example.com",
  "intercomJwt": "<string>"
}

Documentation Index

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

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

Authorizations

Authorization
string
header
required

API key authentication. Pass Authorization: Bearer ek_live_xxxxx on every request.

Response

200 - application/json

Default Response

id
string
required
username
string
required
email
string<email>
required
Pattern: ^(?!\.)(?!.*\.\.)([A-Za-z0-9_'+\-\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\-]*\.)+[A-Za-z]{2,}$
intercomJwt
string