Skip to main content
GET
List contacts with filtering and pagination

Authorizations

x-api-key
string
header
required

Copy the API key as provided by the Bridge Console.

Path Parameters

workspaceId
string<uuid>
required

Unique identifier of the workspace (UUID v4).

Example:

"b6cf1c4a-2b1e-4e63-8f3e-0f9d1a2a1234"

Query Parameters

ownerEmail
string | null

Filter contacts by owner email address

search
string | null

Search contacts by name, email, or cellphone

Example:

"John Doe"

limit
integer
default:20

Number of contacts per page

Required range: 1 <= x <= 100
cursor
string | null

Cursor provided on before request to get next page

Response

Successful Response

Response body for listing contacts.

contacts
ContactResponse · object[]
required

Array of contacts.

cursor
string | null

Cursor to be send on next page.