GET
/
v3
/
content
curl --request GET \
  --url https://api.proposales.com/v3/content \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "created_at": 123,
      "description": {},
      "product_id": 123,
      "variation_id": 123,
      "title": {},
      "images": [
        {}
      ],
      "integration_id": 123,
      "integration_metadata": {}
    }
  ]
}
variation_id
string

Variation ID filter, can be single ID or multiple comma separated ones. When provided, detailed information will be included in the response.

Content can be products or videos and are found in the content library. They can be attached to a proposal as blocks.

Response

data
Content[]