Skip to main content
GET
/
api
/
lead-management
List lead management configurations for the current user
curl --request GET \
  --url https://your-instance.example.com/api/lead-management \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": [
    {
      "_id": "665f1a0c0e0a4b001a2c9f40",
      "configurationName": "Facebook Lead Ad Funnel",
      "source": "Facebook Lead Ad",
      "initialStage": "New Lead",
      "isAutopilot": true,
      "status": "active"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.tetherai.ca/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Configurations returned

success
boolean
required
data
object[]
required