Skip to main content
POST
List contacts
List contacts. Authenticate with a Bearer access token unless the endpoint is the authentication token exchange.

Authorizations

Authorization
string
header
required

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

Body

application/json

The body is of type object.

Response

200 - application/json

Contacts retrieved successfully.

status
integer
required
message
string
required
data
object[]
required
meta
object