Retrieve the authenticated API subject
GET
/meAuthorization
ApiKey AuthorizationBearer <token>
Public API key from creator or agency settings. The complete secret is shown once.
In: header
Response Body
application/json
application/problem+json
application/problem+json
application/problem+json
curl -X GET "https://example.com/me"{ "data": { "subject_type": "agency", "subject_id": "66b0f51d46071dc43b2db101", "user_id": "66b0f51d46071dc43b2db102", "scopes": [ "roster:read", "roster:write" ], "entitlement": "active" }, "request_id": "50c20a47-bf9a-4dfa-98ae-54fd89a172e1"}