cURL
curl --request GET \ --url https://api.promptguard.dev/api/v1/proxy/api-keys/{key_id}/reveal \ --header 'X-API-Key: <api-key>'
{ "id": "<string>", "name": "<string>", "prefix": "<string>", "key": "<string>" }
Reveal the full API key for copying.
PromptGuard API key for developer endpoints. Keys start with pg_live_ and are created in the dashboard.
Successful Response
Response containing the full API key for copy functionality