Users
Get current user
Returns the authenticated user's profile and organization memberships. Only available for user accounts (JWT auth), not API keys.
get/v1beta/me
Response
Success
Example response
{
"organizations": [
{
"id": "org_01h2xcejqtf2nbrexx3vqjhp41",
"name": "Acme Corporation"
}
],
"user": {
"id": "user_01h2xcejqtf2nbrexx3vqjhp41"
}
}