List all connections
This operation will return every connection status for those that had theirpublicTokens already exchanged. You can pass an externalId (more about it in Link parameters) as a parameter to get those connections associated to it.
Retrieve every connection status for the connections in the current app
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
externalIdstringOptional
The external ID of the connections you want to fetch
Responses
200
Successfully retrieved all connections for the app
application/json
401
Invalid credentials
application/json
500
Internal server error
application/json
get
/api/v1/queries/connectionsLast updated