Auth

Get caller identity

GET
/auth/whoami

Authorization

ApiKeyAuth
AGENTBOX-API-KEY<token>

In: header

Response Body

application/json

application/json

curl -X GET "https://auth/whoami"
{  "role": "string",  "user": "string",  "team": "string"}
{  "error": "string",  "errorCode": "API_KEY_REQUIRED",  "detail": null}