v29

latestOpenAPI 3.0.3MITraw.githubusercontent.com2026-06-042661,1122.5 MB
ad_accounts

List templates

Gets all Templates associated with an ad account ID.

get/ad_accounts/{ad_account_id}/templates

Path parameters

ad_account_idstring required

Unique identifier of an ad account.

Query parameters

bookmarkstring

Cursor used to fetch the next page of items

page_sizeinteger

Maximum number of items to include in a single page. See documentation on Pagination for more information.

order'ASCENDING' | 'DESCENDING'

The order in which to sort the items returned: "ASCENDING" or "DESCENDING" by ID. Note that higher-value IDs are associated with more-recently added items.

Response

The request has succeeded.

bookmarkstring nullable

Example response

{
  "items": [
    {
      "ade_columns": [
        "ADE_COST_PER_ACTION-download_picture"
      ],
      "attribution_type": "ADVERTISER_LEVEL",
      "columns": [
        "TOTAL_CONVERSIONS"
      ],
      "conversion_report_time_type": "TIME_OF_AD_ACTION",
      "report_format": "JSON",
      "report_level": "CAMPAIGN",
      "reporting_time_zone": "PINTEREST_TIME_ZONE"
    }
  ]
}