Retrieve configureable countries for customers.
List of countries.
Returned when a client sends a bad request
Returned when a request is performed without or with an incorrect OIDC token
Returned when a client requests a resource it's not authorized for.
Returned when an error occurs on the server
{- "result": [
- {
- "id": "NL",
- "code": "NL",
- "name": "The Netherlands"
}
]
}
Retrieve configureable currencies for customers.
List of currencies.
Returned when a client sends a bad request
Returned when a request is performed without or with an incorrect OIDC token
Returned when a client requests a resource it's not authorized for.
Returned when an error occurs on the server
{- "result": [
- {
- "code": "EUR",
- "name": "Euro",
- "symbol": "???",
- "is_custom": false
}
]
}