GET
/
services
/
media
/
clusters
/
{cid}
{
  "cid": "<string>",
  "title": "<string>",
  "tldr": "<string>",
  "category": "<string>",
  "created_at": "<string>",
  "summary": "<string>",
  "feed": [
    {
      "title": "<string>",
      "link": "<string>",
      "cid": "<string>",
      "summary": "<string>",
      "content": "<string>",
      "published": "<string>",
      "source": {
        "name": "<string>",
        "logo": "<string>",
        "twitter": "<string>"
      },
      "metadata": {
        "image": "<string>",
        "author": "<string>",
        "published_time": "<string>",
        "type": "<string>"
      }
    }
  ]
}

Headers

ally-api-key
string
required

Path Parameters

cid
string
required

Cluster ID

Response

200
application/json

Successful Response

The response is of type object.