/markets
Get all the countries and markets availeble
GET
/countries
Headers
Name
Value
Content-Type
application/json
Authorization
Bearer <token>
Response
{
"data": [
{
"country_en": "Germany",
"iso_a2": "DE"
},
{
"country_en": "USA",
"iso_a2": "US"
}
],
"message": "Matching content found",
"success": true
}
Last updated
Was this helpful?