List
GET {{baseUrl}}/creatives
Returns a list of your creatives. The creatives are returned sorted by creation date, with the most recently created creatives appearing first.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
limit | number | (optional) How many results to return. | |
include | string | (optional) Request that the response include the total count by specifying include=["total_count"] . | |
before | string | (optional) before and after are both optional but only one of them can be in the query at a time. | |
after | string | (optional) before and after are both optional but only one of them can be in the query at a time. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"data":[{"id":"crv_2a3b096c409b32c","account_id":"fa9ea650fc7b31a89f92","description":"Our 4x6 postcard creative","from":"adr_210a8d4b0b76d77b","resource_type":"postcard","details":{},"metadata":{},"template_preview_urls":{},"template_previews":[],"campaigns":[],"date_created":"2017-09-05T17:47:53.767Z","date_modified":"2017-09-05T17:47:53.767Z","object":"creative"}],"object":"list","previous_url":null,"next_url":null,"count":1}