v1

latestOpenAPI 3.0.12026-07-26222700728.0 KB
Integration Management

Query Integrations

Query integrations with pagination support

post/v6/integrations/query

Request body

cursorstring nullable

Cursor from the previous paginated response

limitinteger

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

Response

Success

result'SUCCESS' | 'FAILURE'

The result of the action performed.

Example response

{
  "data": [
    {
      "id": "int_12345",
      "status": "ACTIVE",
      "apiName": "PLAID",
      "iconUrl": "https://cdn.sandbox.tight.com/icons/banks/56.png"
    }
  ]
}