Campaign templates
Endpoint Information
Headers
Content-Type: application/json
X-Api-Key: <YOUR_API_KEY>Parameters
Example cURL Request
curl --location 'https://api.scalemate.co/api/external/templates' \
--header 'Content-Type: application/json' \
--header 'X-Api-Key: <YOUR_API_KEY>' \Example Response
{
"templates": [
{
"id": 123,
"ad_account_id": "12345678901",
"name": "External Endpoint test"
}
]
}Last updated