Skip to main content
GET
List trip check calls
Retrieve the check calls (driver status updates) logged on a specific trip by its unique 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

Replace {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

Authorization
string
header
required

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

tripId
string
required
version
string
default:1.0
required

API version (e.g., 1.0)

Example:

"1.0"

Response

OK

Id
string
required

Unique identifier of the check call.

LoadNumber
string
required

Load number the check call belongs to.

Description
string
required

Free-text note captured with the check call.

TripId
string
required

Id of the trip the check call belongs to.

Location
object
CreatedAt
string<date-time> | null

When the check call was recorded (UTC).

Activity
string | null

The activity reported.

ResponseType
string | null

Categorization of the response (e.g. arrival, departure).

CreatedBy
string | null

Name of the user or integration that logged the check call.

DriverName
string | null

Assigned driver's name, if known.

TripNumber
string | null

Related trip number, if known.

SetpointTemperature
object
ReturnTemperature
object