Skip to main content
GET
/
api
/
v1
/
contacts
List contacts with optional filtering by kind, search query, and pagination.
curl --request GET \
  --url https://api.backside.app/api/v1/contacts \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

limit
integer<int64>

Maximum results to return

cursor
string

Pagination cursor

kind
string

Filter by kind: person, organization, group

q
string

Full-text search query

Response

List of contacts