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": {},
      "is_archived": {},
      "sources": {},
      "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.

include_archived
boolean
default:"false"

Set to true to include archived content in the response. By default, only active (non-archived) content is returned.

include_sources
boolean
default:"false"

Set to true to include the sources field in the response. This contains integration metadata like connections to Opera, Mews or other systems.

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[]