Trips
List trip stops
List all stops on a trip by trip ID in sequence order, returning location, appointment window, arrival and departure timestamps, and stop status for each.
GET
List trip stops
Each stop contains scheduling information, location details, operational timestamps (arrival and departure), and optional references such as PO numbers or other identifiers.
Replace:
Refer to the Rate Limits documentation for more information.
Endpoint
Request Parameters
The following parameters are required in the URL path:Example CURL request
{version}with the API version (for example1){tripId}with the actual trip IDYOUR_ACCESS_TOKENwith your Bearer token
Response Parameters
Example Response
Status Codes
Versioning
Theversion parameter in the URL path specifies which version of the API you are using. Including the version ensures that your integration interacts with the correct API contract and remains compatible as the API evolves.
Rate Limits
All endpoints are subject to API rate limits to ensure service stability and protect against traffic spikes.Refer to the Rate Limits documentation for more information.
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)
Example:
"1.0"
Response
OK
- Option 1
- Option 2
- Option 3
Type discriminator for polymorphic serialization