Skip to main content
GET
/
leads
/
sources
List lead sources
curl --request GET \
  --url https://api.heffl.com/api/v1/leads/sources \
  --header 'x-api-key: <api-key>'
{
  "items": [
    {
      "id": "<string>",
      "name": "<string>"
    }
  ]
}

Authorizations

x-api-key
string
header
required

API key for authentication. Get yours at app.heffl.com/settings/developers

Response

200 - application/json

OK

items
object[]
required