The Workflows API gives you programmatic access to the automation workflows configured in your HoopAI Platform account. Use it to retrieve workflow metadata such as name, status, and version, and to integrate workflow triggers into your own applications or third-party tools.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 must include a bearer token in theAuthorization header and the API version in the Version header.
OAuth scopes
| Scope | Access |
|---|---|
workflows.readonly | Read workflow metadata for a location |
Quick start
Retrieve all workflows for a location:Endpoints
| Method | Path | Description |
|---|---|---|
GET | /workflows/ | Get Workflow |
Related
- OAuth 2.0 overview — obtain and refresh access tokens
- Contacts API overview — manage contacts that can be enrolled in workflows
- Automations in HoopAI — platform-level guide to building automation workflows