Metadata

Check API key identity

Return the tenant, user, API key, and scope represented by the current API key.

get/api/v1/auth/check

Response

Authenticated identity

oktrue required
tenantIdstring required
tenantSlugstring required
tenantNamestring nullable required
userIdstring nullable required
keyIdstring required
emailstring nullable required
namestring nullable required
scopestring[] required
wildcardGrantedboolean required

Changes