Integrate Gaiamobi programmatically with our comprehensive REST API.
API key-based authentication with OAuth 2.0 support for secure access.
Clean, predictable API design following REST best practices.
Access campaign stats, performance metrics, and reports instantly.
https://api.gaiamobi.com/v1/
Include your API key in the Authorization header:
curl -H "Authorization: Bearer YOUR_API_KEY" \
https://api.gaiamobi.com/v1/campaigns
All responses are in JSON format:
{
"status": "success",
"data": {...},
"meta": {
"page": 1,
"total": 100
}
}
List all campaigns with optional filters.
Parameters: status, date_from, date_to, page, limit
Create a new advertising campaign.
Body: name, budget, targeting, creatives
Retrieve campaign details by ID.
Update campaign settings.
Access detailed performance reports.
Parameters: campaign_id, metric, groupBy, date_range
1,000
requests/hour
10,000
requests/hour
Custom
unlimited options