Skip to main content

Getting Started with the Campaign API

Learn how to authenticate and interact with Aura’s Campaign API, including its base URL, scopes, and key differences from Reporting.

L
Written by Lior Avidar
Updated over a week ago


🔗 Base URL

All Campaign API requests must use this base URL:
https://aura-platform.isappcloud.com/

This is different from the Reporting API, which uses:
https://reporting.isappcloud.com/



🔑 Authentication

Include a valid Bearer token in every request:

Authorization: YOUR_API_TOKEN
  • Tokens must include the Campaigns scope

  • Only users with the Advertiser Manager role can initiate token creation

  • Tokens are visible only once

  • A maximum of 2 active tokens per advertiser or app is allowed

  • Tokens can be revoked — a revoked token is immediately deactivated and will no longer be accepted



What You Can Do with the Campaign API

  • Fetch campaign details (GET /campaigns, GET /campaigns/:id)

  • Update bids, countries, etc.

  • Adjust targeting (age, gender, device type, GEOs, etc.)

  • Apply caps to budget, impressions, completions or set flight dates

  • Manage segments (targeting, capping, bids)

Did this answer your question?