Connections
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.
GET
/
connections
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
cursor
string
Pagination cursor to start requests from
limit
integer
The maximum number of results to return in a page.
externalId
string
dotNumber
string
tag
string
Filter connections by tag
updatedAfter
string
Filter connections that were last updated on or after a given time.
updatedBefore
string
Filter connections that were last updated on or before a given time.
Response
200 - application/json
results
object[]
requirednext
string
Cursor used for pagination.