Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Cabify status API

Track the real-time status and location of your parcels at any point during their delivery.

Cabify status API is one of 13 APIs that Cabify publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include status. The published artifact set on APIs.io includes an OpenAPI specification, an API reference, and a changelog.

This API exposes 2 operations across 2 paths, and defines 8 schemas. It is described by OpenAPI 3.0.0, at version 1.0.0.

Requests are made against 2 base URLs: https://logistics.api.cabify.com, https://logistics.api.cabify-sandbox.com.

2 operations 2 paths 8 schemas 2 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.0
API Version
1.0.0
Base URL
https://cabify.com/api/v4
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

Cabify status API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (bearer_token).

Paths & Operations 2

Across 2 paths, the API surfaces 2 operations — 2 GET. Each is listed below with its method, path, parameters, and response codes.

status 2

Track the real-time status and location of your parcels at any point during their delivery.

GET
/v1/parcels/{parcel_id}/status
Get the current status of a parcel.
statusParcel 1 param → 200401404
GET
/v1/parcels/{parcel_id}/timeline
Get the state history of a parcel.
timelineParcel 1 param → 200401403404

Schemas 8

The contract defines 8 schemas that model the data the API accepts and returns. The most detailed are ParcelStatus (10 properties), Asset (4 properties), ParcelTimeline (3 properties), PickupFailed (3 properties). Each schema is shown below with its type and property counts.

AssetKind
string
The type of vehicle assigned to carry the parcel.
PickupFailed
object
Deprecated. Use pickupattempt instead. Details of a failed pickup attempt.
3 properties
ParcelStatus
object
10 properties
Modality
string
The delivery modality determines the timing and service level of the shipment. - express: On-demand delivery, typically within 1 hour. - sameday: Delivery sche…
TimelineEvent
object
2 properties 2 required
ParcelStatusRoute
object
Route information between two points during a delivery.
2 properties 2 required
ParcelTimeline
object
3 properties 2 required
Asset
object
Details of the vehicle assigned to the delivery.
4 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

cabify-status-api-openapi.yml Raw ↑

Other APIs Cabify publishes across the network.

Cabify delivery API
Cabify Estimates API
Cabify hubs API
Cabify Journeys API
Cabify label API
Cabify Labels API
Cabify parcels API
Cabify Sales API
Cabify shipment API
Cabify shipping_types API
Cabify users API
Cabify webhooks API