Skip to main content
GET
/
channels
List connected channels
curl --request GET \
  --url https://api.marketordie.io/v1/channels \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": "<string>",
      "name": "<string>",
      "username": "<string>",
      "verified": true
    }
  ]
}

Authorizations

Authorization
string
header
required

Your API key as a bearer token: Authorization: Bearer mod_live_…. (You can also send it as x-api-key.)

Response

OK

data
object[]