GET
/v1/identityDescribe the authenticated caller
Return the authenticated Principal and the Control Plane deployment serving the request.
Authentication
Send an API key as a Bearer token in the Authorization header.
Parameters
This operation has no path or query parameters.
Responses
200Identityapplication/json401Unauthorizedapplication/jsonReusable schemas
IdentityJsonEncoding
object- unknown properties allowed
false
principalIdrequiredstringThe Principal identifier.All of- maximum length
64
A Cantora Principal identifier, prefixed with `principal_`.- pattern
^principal_[\s\S]+$
- maximum length
kindrequiredstringThe authenticated Principal kind.- allowed values
"organizationMember", "user", "servicePrincipal", "agent"
- allowed values
serviceVersionrequiredstringThe immutable version of the serving Control Plane revision.environmentNamerequiredstringThe deployment this container is part of, which is not a Cantora Environment
UnauthorizedJsonEncoding
object- unknown properties allowed
false
_tagrequiredstringThe stable machine-readable error type.- allowed values
"Unauthorized"
- allowed values
reasonrequiredstringA safe explanation of why the credential was rejected.