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
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"
]
}Enter your API key as: Bearer your-api-key
The body is of type object.
Successful response