Skip to main content
POST
cURL

How to Use

  1. Copy any of the JSON examples below.
  2. Go to the API playground by clicking on the “Try it” button.
  3. Paste the JSON into the request body field.
  4. Click “Send” button to execute the request.

Examples

Count Contact Records

List All Contacts

List Contacts with Specific Fields

Filter By Contact ID

Filter By Contact Type (Administrator)

Filter By Contact Type (Not Assistant)

Filter By Contact Name (OR Example)

Filter By Contact Name and Type (AND Example)

Filter By Last Modified Date Range

Authorizations

Oauth-Token
string
header
required

Get the OAuth token by calling the /oauth2 authentication API. Use the access_token from the response to authorize your API requests.

Body

text/plain

Copy any of the JSON examples and paste it into the request body field.