cURL
curl --request GET \ --url https://sandbox.api.acountpay.com/v1/partner/credentials \ --header 'X-Partner-Client-Id: <api-key>' \ --header 'X-Partner-Client-Secret: <api-key>'
[ { "id": 1, "name": "Production API Key", "clientId": "partner_abc123", "clientSecretLast4": "...xz9f", "status": "active", "createdAt": "2023-11-07T05:31:56Z" } ]
Returns all API credential pairs for the partner. Secrets are masked (only last 4 characters shown).
Your partner client ID
Your partner client secret
List of credentials
1
"Production API Key"
"partner_abc123"
"...xz9f"
active
revoked
"active"
Was this page helpful?