cURL
Contacts
Get Contacts
List the contacts on your Novacal account, with search by name or email and pagination metadata.
GET
cURL
What this endpoint returns
This endpoint returns your contacts. Results are always paginated: the contacts for the current page live indata.data, alongside current_page, per_page, and total.
Filtering and pagination
Common use cases
- Sync your Novacal contacts into a CRM
- Look up a contact by email before creating a booking
- Build an internal address book from your bookers
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Filter contacts whose name or email contains this string.
The page of results to return. Defaults to 1.
Required range:
x >= 1Example:
1
The number of contacts per page, between 1 and 100. Defaults to 15.
Required range:
1 <= x <= 100Example:
15