cURL
curl --request GET \ --url https://api.promptguard.dev/api/v1/proxy/api-keys \ --header 'X-API-Key: <api-key>'
[ { "id": "<string>", "name": "<string>", "prefix": "<string>", "project_id": "<string>", "project_name": "<string>", "permissions": [ "<string>" ], "is_active": true, "last_used_at": "<string>", "created_at": "<string>", "key": "<string>", "expires_at": "<string>" } ]
List all API keys for the current user
PromptGuard API key for developer endpoints. Keys start with pg_live_ and are created in the dashboard.
Successful Response