cURL
curl --request GET \ --url https://app.cysmiq.com/api/v1/{tenant_slug}/whoami \ --header 'Authorization: Bearer <token>'
{ "actor": { "type": "user", "id": "usr_01hxyzexample", "name": "Jane Doe", "email": "jane@example.com" }, "token": { "id": 12345, "name": "CI", "scopes": [ "vulnerabilities:read", "policy-violations:read" ], "expires_at": null }, "tenant": { "id": "t_01hxyztnt", "workspace": "acme", "slug": "acme" } }
Returns the authenticated actor (user or tenant), token details, and current tenant context.
Use a Cysmiq API token in the Authorization header: Bearer {token}.
Workspace slug for the tenant context.
Authenticated token context.
Show child attributes
Was this page helpful?