Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Pagination cursor to start requests from
Example:
"cD0yMDIxLTAxLTA2KzAzJTNBMjQlM0E1My40MzQzMjYlMkIwMCUzQTAw"
The maximum number of results to return in a page.
Filter connections by tag
Filter connections that were last updated on or after a given time.
Example:
"2021-01-06T03:24:53.000Z"
Filter connections that were last updated on or before a given time.
Example:
"2021-01-06T03:24:53.000Z"
Filter connections by status
Available options:
connected
, disconnected
, archived
, pending_deletion