cURL
curl --request GET \ --url https://api.phaseo.app/v1/management/keys \ --header 'Authorization: Bearer <token>'
{ "ok": true, "limit": 50, "offset": 0, "total": 3, "keys": [ { "id": "11111111-1111-4111-8111-111111111111", "name": "Production Key", "prefix": "pk_abc123", "status": "active", "scopes": "read,write", "created_at": "2026-01-01T00:00:00Z", "last_used_at": "2026-01-20T10:30:00Z" } ] }
Manage management API keys for elevated API access to your AI Stats resources.
Authorization: Bearer <your-management-api-key>
Bearer token authentication
The team ID to query
Maximum number of keys to return
1 <= x <= 250
Pagination offset
x >= 0
List of management API keys
true
50
0
3
Show child attributes
Was this page helpful?