v1
latestOpenAPI 3.1.02026-07-22370342.6 KBData Management
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 and ready to support custom use cases that may need /passthrough.
post/passthrough
Headers
Connection-Tokenstring required
Example:con_tkn_22vUhkC6tgre4kwaYfUkCDA1rzn6eyb4
The token returned when a user authenticated their account. This authorizes access to a specific account.
Request body
Example request
{
"method": "POST",
"path": "/reports",
"body": "{\"reportId\":\"1234\"}"
}Response
OK
Example response
{
"method": "POST",
"path": "/reports",
"statusCode": 200,
"headers": {
"Content-Type": "application/json"
}
}