Get integrations

Get all the integrations for the authenticated user

Log in to see full request history
timestatususer agent
Retrieving recent requests…
LoadingLoading…
Query Params
status
array of strings

Status filter - returns all integrations for the specified statuses. Null or empty list will default to ACTIVE.

status
apiName
array of strings

Api filter - returns all integrations for the specified APIs. If null or empty, returns all records.

apiName
Headers
string

Cursor from the previous paginated response

int32

Page size, i.e. number of items to return per page

Response

Response body
object
data
array of objects

The list of entities

data
object
string

Id of the integration

string
required

Status of the integration

ACTIVE INACTIVE

string
required

Access token of the integration

string
required

Name of the integration's API

STRIPE PLAID GUSTO

string

Id of the business the integration is linked to

boolean

Indicates if the integration can be used for accepting payments, e.g. with Stripe

string

Id with various uses depending on the associated integration, listed below

STRIPE - A publicly accessible key used to identify your account with Stripe, for use within client-side code. See Stripe docs for Publishable Key

GUSTO - The UUID of the company associated with your Gusto account

PLAID - N/A, will always be null

string

User id with various uses depending on the associated integration

boolean

Indicates if there is an issue with the integration, requiring a reset from the user

date-time

Date the integration was created

date-time

Date the last time data was synced from the integration

date-time

Date of most recent transaction under the same institution as this integration, relevant for Plaid only

string

Whether the access token has been invalidated or not

SUCCESS FAILURE_TOKEN_INVALIDATED

boolean

Flag to indicate additional user consent is required to access all features available on this integration. Commonly used to indicate there are more available products on a Plaid Item.

string

Name of the institution of the integration

string

Id of the institution of the integration

string

The specific error code. Intended for programmatic use

string

A user-friendly description of the error code. Can change over time

string

A developer-friendly description of the error. Can change over time

string

A broad categorization of the error. Intended for programmatic use

string

General ledger account id, referencing an account in the chart of accounts

boolean

Indicates that historical transactions are available

boolean

Indicates that initial transactions are available

date-time

Date filter - to be used in your subsequent request

string

Cursor to be used in your subsequent paginated request. Only populated if there are more pages available.

deletedIds
array of int32s

Ids of entities that no longer match the request's filter criteria since the request's lastUpdatedDate

deletedIds
Language
Credentials
OAuth2
URL
Click Try It! to start a request and see the response here! Or choose an example:
application/json