Skip to main content
Version: v3

Get Contacts By BusinessId

GET 

/contacts/business/:businessId

Get Contacts By BusinessId

Request

Version stringrequired

API Version

Available optionsv3
businessId stringrequired

Business Id

limit string

Maximum number of records per page (up to 100, default 25)

locationId stringrequired

Location Id

skip string

Number of records to skip

query string

Search query (name, email, phone)

startAfter string[]

Cursor for pagination (comma-separated name,id pair)

application/json

Successful response

Schema
    contactsobject[]

    List of contacts associated with the business

    countnumber

    Total number of contacts matching the query