cURL
curl --request GET \ --url https://api.everbility.com/v1/public/me \ --header 'Authorization: Bearer <token>'
{ "principal_type": "user", "created_by_user_id": "<string>" }
Verify the API key, confirm whether it is a user or organisation key, and inspect the effective scope.
Use a Clerk-backed Everbility user or organisation API key directly as the bearer token.
Successful Response
user
organization