Skip to main content
GET
/
media-config
cURL
curl --request GET \
  --url https://production.getgaana.com/api/media-config/ \
  --header 'Authorization: Bearer <token>'
[
  {
    "data": {
      "count": 123,
      "next": "<string>",
      "previous": "<string>",
      "results": [
        {
          "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
          "items": [
            {
              "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
              "post_type": "video",
              "assets": "<unknown>",
              "metadata": "<unknown>",
              "variants": [
                "<string>"
              ],
              "descriptions": "<unknown>"
            }
          ],
          "content_pillar": {
            "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
            "name": "<string>",
            "description": "<string>",
            "created_at": "2023-11-07T05:31:56Z",
            "updated_at": "2023-11-07T05:31:56Z",
            "ref_images": "<unknown>"
          },
          "number_of_posts": -1
        }
      ]
    },
    "status": "success"
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

ordering
string

Which field to use when ordering the results.

A search term.

Response

data
object
required
status
enum<string>
required
  • success - success
Available options:
success