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 delivery API

Operations for managing the delivery lifecycle. Use these endpoints to trigger a shipment, cancel an active delivery, or check whether a pickup location falls within an operating area.

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

Tagged areas include delivery. 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 2 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 2 schemas 1 GET1 POST

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 delivery 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 — 1 GET, 1 POST. Each is listed below with its method, path, parameters, and response codes.

delivery 2

Operations for managing the delivery lifecycle. Use these endpoints to trigger a shipment, cancel an active delivery, or check whether a pickup location falls within an operating…

POST
/v1/parcels/deliver/cancel
Cancel the delivery of the specified parcels.
cancelParcels body → 202401404409
GET
/v1/parcels/deliver/pickup
Check whether a pickup location is within an operating area.
deliverPickup 2 params → 200404

Schemas 2

The contract defines 2 schemas that model the data the API accepts and returns. The most detailed are RequestError (1 property), CancelParcels (1 property). Each schema is shown below with its type and property counts.

CancelParcels
object
1 property 1 required
RequestError
object
Standard error response body returned when a request fails.
1 property 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

cabify-delivery-api-openapi.yml Raw ↑

Other APIs Cabify publishes across the network.

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 status API
Cabify users API
Cabify webhooks API