Skip to main content
GET
/
v1
/
public
/
me
Check key identity
curl --request GET \
  --url https://api.everbility.com/v1/public/me \
  --header 'Authorization: Bearer <token>'
{
  "principal_type": "user",
  "created_by_user_id": "<string>"
}

Authorizations

Authorization
string
header
required

Use a Clerk-backed Everbility user or organisation API key directly as the bearer token.

Response

200 - application/json

Successful Response

principal_type
enum<string>
required
Available options:
user,
organization
created_by_user_id
string | null