API Reference
Developer documentation
Retrieve all available markets for the company
cURL
curl --request GET \ --url https://api.cevoid.com/v1/markets \ --header 'x-api-key: <api-key>'
{ "count": 123, "next": "<string>", "nodes": [ { "id": "market_us_123abc", "shortId": "us", "title": "United States", "country": "US", "currency": "USD", "language": "en", "domain": "https://store.example.com", "default": true, "createdAt": "2024-01-10T08:00:00.000Z", "updatedAt": "2024-01-15T12:45:30.000Z", "customId": "us-market", "settings": {} } ] }
Max value for limit is 25
1 <= x <= 25
10
Number of items to skip
x >= 0
0
Successful response
Total number of items
URL for next page
Show child attributes