Skip to main content
GET
/
api
/
public
/
me
Retrieve the current user
curl --request GET \
  --url https://api.example.com/api/public/me
{
  "id": "<string>",
  "externalId": "<string>",
  "createdAt": "2023-12-25",
  "updatedAt": "2023-12-25",
  "createdBy": "<string>",
  "space": "production",
  "token": "<string>"
}

Response

Undescribed

id
string
required
externalId
string | null
required
createdAt
string<date>
required
updatedAt
string<date>
required
createdBy
string | null
required
space
enum<string>
required
Available options:
production,
playground,
shared-playground
token
string
required