Skip to main content
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.

Base URL

https://services.leadconnectorhq.com

Authentication

Every request must include a bearer token in the Authorization header and the API version in the Version header.
Authorization: Bearer <access_token>
Version: 2021-07-28
Use an access token generated for a Account user type, or a Private Integration Token scoped to the account.

OAuth scopes

ScopeAccess
workflows.readonlyRead workflow metadata for a location

Quick start

Retrieve all workflows for a location:
curl -X GET "https://services.leadconnectorhq.com/workflows/?locationId=ve9EPM428h8vShlRW1KT" \
  -H "Authorization: Bearer <access_token>" \
  -H "Version: 2021-07-28"

Endpoints

MethodPathDescription
GET/workflows/Get Workflow
Last modified on March 5, 2026