Skip to content

GET /public/v1/me

AuthRequired
ScopeAny valid key

Returns tenant identity and scopes for the calling key.

Response fields

FieldTypeNotes
tenant_iduuid
tenant_slugstring
tenant_namestring
key_namestringFriendly name
key_prefixstringNon-secret prefix
scopesstring[]Granted scopes
environmenttest | live

Try It

Try It — uses https://staging-api.appraiserflow.ai/public/v1. Keys stay in sessionStorage only. af_live_ keys are blocked.

Curl

bash
curl -sS "$AF_API/public/v1/me" -H "Authorization: Bearer $AF_API_KEY"

Errors

StatusCode
401invalid_api_key

API base for Try-it: https://staging-api.appraiserflow.ai