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