Skip to main content
POST
List company records

Authorizations

Authorization
string
header
required

This API uses OAuth 2.0 with the authorization code grant flow.

Body

application/json
filter
object

An object used to filter results to a subset of records. See the full guide to filtering and sorting here.

Example:
sorts
object[]

An object used to sort results. See the full guide to filtering and sorting here.

Sort by attribute

Example:
limit
number

The maximum number of results to return. Defaults to 500. See the full guide to pagination here.

Example:

500

offset
number

The number of results to skip over before returning. Defaults to 0. See the full guide to pagination here.

Example:

0

Response

Success

Success

data
object[]
required