Passthrough
Make an authenticated request to the underlying telematics provider.
This endpoint helps ensure that you are never limited by Terminal. You can use passthrough requests to access capabilities that may be limited to a specific TSP or not yet in the normalized model.
Our team is here an ready to support custom use cases that may need /passthrough
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
The token returned when a user authenticated their account. This authorizes access to a specific account.
Body
The method for the third-party request, such as GET or POST.
GET
, POST
, PUT
, PATCH
, DELETE
The path for the third-party request, such as /reports
The headers to use for the request (Terminal will handle the connection's authorization headers)
The request body
Response
The HTTP method that was used when making the request.
The path that was called with the passthrough request.
The resulting status code from the passthrough request.
Any returned headers from the passthrough request.
The response body from the passthrough request