KashierDevelopersKashier Developers

Export saved card tokens

curl -X GET "https://test-api.kashier.io/v3/payment/tokenization/tokens/export"
"string"

Returns the saved-token list as a downloadable file rather than JSON — the same data as List saved card tokens, in a form you can hand to finance or diff against your own records.

Because the response is a file, not JSON, the "Try it" panel will show you raw bytes rather than a formatted body.

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/octet-stream

application/json

application/json

application/json

application/json

GET
/v3/payment/tokenization/tokens/export