Skip to main content

Documentation Index

Fetch the complete documentation index at: https://developers.leadwaycrm.com/llms.txt

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

Get Contacts By BusinessId
GET https://services.leadconnectorhq.com/contacts/business/{businessId}

Autorizacion

Authorization
string
required
Bearer token generado desde el portal Leadway. Ver Autenticacion.
Version
string
default:"2021-07-28"
required
Version de la API.

Path parameters

businessId
string
required

Query parameters

limit
string
default:"10"
locationId
string
default:"5DP4iH6HLkQsiKESj6rh"
required
skip
string
default:"10"
query
string
default:"contact name"

Respuestas

contacts
object[]
count
number
default:"10"
{
  "contacts": [
    {
      "id": "ocQHyuzHvysMo5N5VsXc",
      "locationId": "C2QujeCh8ZnC7al2InWR",
      "email": "JohnDeo@gmail.com",
      "timezone": "Asia/Calcutta",
      "country": "DE",
      "source": "xyz form",
      "dateAdded": "2020-10-29T09:31:30.255Z",
      "customFields": [
        {}
      ],
      "tags": [
        "nisi sint commodo amet",
        "consequat"
      ],
      "businessId": "641c094001436dbc2081e642",
      "attributions": [
        {}
      ],
      "followers": "641c094001436dbc2081e642"
    }
  ],
  "count": 10
}
{}
{}
{}

Ejemplo

curl -X GET 'https://services.leadconnectorhq.com/contacts/business/YOUR_businessId' \
  -H 'Authorization: Bearer YOUR_TOKEN' \
  -H 'Version: 2021-07-28'