Skip to main content
GET
/
api
/
outreach-sources
List outreach sources for the organization
curl --request GET \
  --url https://your-instance.example.com/api/outreach-sources \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": [
    {
      "_id": null,
      "name": "Any",
      "isActive": true,
      "isProtected": true
    },
    {
      "_id": "665f1a0c0e0a4b001a2c9f30",
      "name": "Facebook Lead Ad",
      "isActive": true,
      "isProtected": false
    },
    {
      "_id": "665f1a0c0e0a4b001a2c9f31",
      "name": "Google Ads",
      "isActive": true,
      "isProtected": false
    }
  ]
}

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

Sources returned

success
boolean
required
data
object[]
required