OLOQIQI API documentation
  • Welcome!
  • Quick Start
  • Reference
    • 📺tv-api.oloqiqi.com
      • /kpis
      • /broadcasts
      • /channels
      • /markets
Powered by GitBook
On this page

Was this helpful?

  1. Reference
  2. tv-api.oloqiqi.com

/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
}
{
    "error":"Unauthorized"
}
Previous/channels

Last updated 1 year ago

Was this helpful?

📺