Meta
Get supported currencies
This endpoint lists the currencies which are supported by the platform.
A Site may sell offerings to customers in one of the currencies listed here.
get/meta/supported-currencies
Response
A list of the platform's supported currencies
Example response
{
"data": [
{
"code": "GBP"
},
{
"code": "EUR"
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.