Commerz Price
These endpoints are dedicated to retrieve countrys and languages.
Settings
List of countrys and languages.
HTTP Request
Request type
GET
Endpoint
https://api.datenly.com/api/commerzprice/settings
Response Parameters
Parameter | Type | Description |
---|---|---|
status | Boolean | Processing status of your request |
countrys | Array | List of country object |
countrys.$.name | String | Country name |
countrys.$.alpha_2 | String | Country code |
languages | Array | List of languages |
languages.$.Language | String | Language name |
languages.$.acceptlanguage | String | Language code |
Example
Request
curl 'https://api.datenly.com/api/commerzprice/settings' \
-H "Authorization: <token>"