Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl "https://api.vouchmark.com/v1/developers/api-keys?environment=live" \ -H "Authorization: Bearer $TOKEN"
{ "success": true, "data": [ { "id": "...", "environment": "live", "publicKey": "live_pk_...", "secretPrefix": "live_sk_xxxx", "secretSuffix": "abc", "rotatedAt": "...", "createdAt": "..." } ] }
List your API keys per environment.
secretPrefix
secretSuffix
sandbox
live
Show apiKey
live_pk_
test_pk_
null