List all API keys for the authenticated user (masked).
cURL
curl --request GET \ --url https://staging-api.polysimulator.com/v1/keys \ --header 'X-API-Key: <x-api-key>'
[ { "id": 123, "key_prefix": "<string>", "rate_limit_tier": "<string>", "is_active": true, "name": "<string>", "permissions": [ "<string>" ], "created_at": "<string>", "last_used_at": "<string>", "expires_at": "<string>" } ]
Your PolySimulator API key
Successful Response
Was this page helpful?