List Campaign Templates
Lists all campaign templates available in the project.
👍 List Campaign Templates
This endpoint works in the same way as the List Campaign Templates endpoint.
📘 Campaign Templates – Documentation
Read the Campaign Templates documentation to learn more about this feature.
Query parameters
Limits the number of objects to be returned. The limit can range between 1 and 100 items. If no limit is set, it returns 10 items.
A cursor for pagination. It retrieves the campaign templates created after a template with the given ID.
Sorts the results using one of the filtering options, where the dash - preceding a sorting option means sorting in a descending order.
If set to true, the response returns the number of all campaign templates, regardless of the applied filters or limits. Set to false by default.
Filters for listing templates.
Response
Returns a dictionary of campaign template objects. The templates are returned by creation date by default. The most recent objects appear last unless specified otherwise with the order parameter.
Example response
{
"data": [
{
"id": "camp_tpl_eR9NsNJ5gqJRN2TG3fqCvbVl",
"created_at": "2024-07-16T09:05:53.175Z",
"updated_at": "2024-07-17T06:25:21.500Z"
}
]
}