KashierDevelopersKashier Developers
API reference and playgroundCredentials and access

List your secret keys

curl -X GET "https://test-api.kashier.io/v2/identity/secret-keys"
{}

Returns the secret keys on your account — the credential you put in the Authorization header. Requires the API-key permission on your user's role.

Kashier has not published the response shape for this endpoint, so it is not described here. Run it against your own account to see what you get.

Authorization

secretKey
Authorization<token>

Merchant secret key used to identify the merchant, obtained from Kashier's dashboard. Pass the raw secret key value in the Authorization header (NOT a "Bearer" token).

In: header

Response Body

application/json

application/json

application/json

application/json

application/json

GET
/v2/identity/secret-keys