Campaign templates
Endpoint Details
Headers
Content-Type: application/json
X-Api-Key: <YOUR_API_KEY>Example cURL Request
curl --location 'https://api.scalemate.co/api/external/v2/templates' \
--header 'Content-Type: application/json' \
--header 'X-Api-Key: <YOUR_API_KEY>'Example Response
{
"templates": [
{
"id": 123,
"name": "US prospecting",
"platform_type": "facebook",
"ad_account_id": "1234567890",
"adset_count": 2,
"supported": true,
"unsupported_reasons": [],
"updated_at": "2026-07-16T10:00:00Z"
}
]
}Response fields
Field
Description
unsupported_reasons codes
unsupported_reasons codesCode
Meaning
Last updated