List All Connections
List all of the connections you have for your application. Connections represent the authenticated access you have to your customer’s TSP data.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Pagination cursor to start requests from
"cD0yMDIxLTAxLTA2KzAzJTNBMjQlM0E1My40MzQzMjYlMkIwMCUzQTAw"
The maximum number of results to return in a page.
Filter connections by tag
Filter connections by status Enum values:
connected: active and authenticated connectiondisconnected: connection is no longer authenticated - please ask your user to link the account againarchived: connection has been archived from view - attempts to re-connect will cause us to check the connection status againpending_deletion: connection has been marked for deletion and is awaiting the grace perioddeleting: connection data is actively being deleted - this process is irreversibledeleted: connection data has been deleted and the record is retained as a stub
connected, disconnected, archived, pending_deletion, deleting, deleted Filter connections by provider Every provider has a unique code to identify it across Terminal's system. You can find each provider's code under provider details.
"geotab"
Sort order by id (which is monotonically increasing by creation time). desc returns the most recently created connections first.
asc, desc