Fetch the configuration data
Fetch the configuration data, like timezone and supported countries for the current user.
GET /config
curl \
-X GET https://client-subdomain.bitbond.net/api/v1/config
Response examples (200)
[
{
"timezone": "string",
"supported_countries": [
"string"
]
}
]
Response examples (200)
[
{
"timezone": "string",
"supported_countries": [
"string"
]
}
]