Skip to main content
GET
/
client
/
contacts
List my contacts
curl --request GET \
  --url http://localhost:8080/api/v1/client/contacts \
  --header 'Authorization: <api-key>'
"<unknown>"

Authorizations

Authorization
string
header
required

JWT Bearer token or raw API key via Authorization header

Query Parameters

q
string

Full-text search on email, first_name, last_name, company

source
integer

Filter by source: 0=unknown 1=api 2=import 3=form 4=app

is_subscribed
boolean

Filter by subscription state

from_created
string

Contacts created on or after (RFC3339)

to_created
string

Contacts created on or before (RFC3339)

page
integer
default:1

Page number

page_size
integer

Items per page

Response

OK

The response is of type any.