cURL
curl --request POST \ --url https://app.tagadapay.com/api/public/v1/payments/currencies \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{}'
{ "currencies": [ "USD", "EUR", "GBP", "CAD" ] }
Get all currencies used in payments for the authenticated account
Enter your API key as: Bearer your-api-key
Bearer your-api-key
The body is of type object.
object
Successful response