Basic Auth
- Username:
<username>
- Password:
<password>
Get all campaigns from the server.
Endpoint: https://unitead.the-forge.agency/api/ads
Get a specific campaign using its Ad ID.
Endpoint: http://localhost/api/ads/20023442762
Fetch campaign run script from the server.
Endpoint: http://localhost/api/fetch-campaigns
Check the status of the server.
Endpoint: http://localhost/api/ping
Update the name, budget, and CPA target of a campaign using its Ad ID.
Endpoint: http://localhost/api/ads/20023442762
Body:
{
"name": "",
"budget": "",
"cpa_target": ""
}