Fetch the configuration data

GET /config

Fetch the configuration data, like timezone and supported countries for the current user.

Responses

GET /config
curl \
 -X GET https://client-subdomain.bitbond.net/api/v1/config
Response examples (200)
[
  {
    "timezone": "string",
    "supported_countries": [
      "string"
    ]
  }
]