The HoopAI Platform Campaigns REST API gives you read access to drip campaign data across your accounts. Retrieve a paginated list of campaigns for any location, with optional status filtering — giving you the data you need to build dashboards, sync enrollment states, and audit campaign activity from your own application.Documentation Index
Fetch the complete documentation index at: https://help.hoopai.com/llms.txt
Use this file to discover all available pages before exploring further.
Base URL
Authentication
Every request requires a Bearer token and an API version header.OAuth scopes
| Scope | Access granted |
|---|---|
campaigns.readonly | Read campaign data for a location |
Quick start
Retrieve all campaigns for a location:Endpoints
| Method | Path | Description |
|---|---|---|
GET | /campaigns/ | Get campaigns |