Skip to main content
GET
Retrieve contacts

Authorizations

Authorization
string
header
required

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

Query Parameters

page
integer
default:1

Page to fetch, the first page has index 1.

per
integer
default:10

How many contacts to return per page.

Response

200 - application/json

A paginated list of contacts

success
boolean
data
object[]
metadata
object