List trip check calls
Returns the check calls (driver status updates) logged on a trip, most recent first.
tripId, most recent first. Check calls are trip-level: a driver is assigned per trip, and each trip carries its own latest check call.
Endpoint
Request Parameters
Example CURL request
{version} with 1.0, {tripId} with the actual trip ID, and YOUR_ACCESS_TOKEN with a valid token.
Response Body
Array of check-call objects:Example Response (200 OK)
Status Codes
Rate Limits
All endpoints are subject to rate limits to protect the API from traffic spikes. For detailed information, see the Rate Limits section.Try It Out
This page is interactive, allowing you to try a request by specifying the API version and tripId in the URL path. As you fill out the parameters, the cURL command on the right side of the page will be automatically updated. Alternatively, you can directly edit the cURL command. ⚠️ Don’t forget: make sure to authorize yourself before trying a request.Authorizations
OAuth 2.0 client-credentials access token. Obtain one from https://auth.alvys.com/oauth/token (grant_type=client_credentials, audience=https://api.alvys.com/public/), then paste it here. The playground sends it as Authorization: Bearer <token>.
Path Parameters
API version (e.g., 1.0)
"1.0"
Response
OK
Unique identifier of the check call.
Load number the check call belongs to.
Free-text note captured with the check call.
Id of the trip the check call belongs to.
When the check call was recorded (UTC).
The activity reported.
Categorization of the response (e.g. arrival, departure).
Name of the user or integration that logged the check call.
Assigned driver's name, if known.
Related trip number, if known.