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

This method returns prices, Id's and all the information for products that are available at the origin point. Before requesting a journey as a first step it is necessary to obtain the different products configured in your account in order to select the one that fits your needs and keep the Id that will be used in the Journey.

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

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

This API exposes 1 operation across 1 path, and defines 6 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.

1 operations 1 paths 6 schemas 1 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 Estimates API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (bearer_token).

Paths & Operations 1

Across 1 path, the API surfaces 1 operation — 1 POST. Each is listed below with its method, path, parameters, and response codes.

Estimates 1

This method returns prices, Id's and all the information for products that are available at the origin point. Before requesting a journey as a first step it is necessary to obtain…

POST
/api/v4/estimates
Create estimation
getEstimation body → 200400401500

Schemas 6

The contract defines 6 schemas that model the data the API accepts and returns. The most detailed are HubObject (5 properties), EstimateRequest (4 properties), UnauthorizedRequest (1 property), BadRequest (1 property). Each schema is shown below with its type and property counts.

HubObject
object
A hub is a large venue (e.g. airport, train station) with designated pick-up/drop-off meeting points.
5 properties
InternalServerError
object
indicates that an internal server error occurred
1 property
BadRequest
object
Indicates that the server cannot or will not process the request due to something that is perceived to be a client error (for example, malformed request syntax…
1 property
UnauthorizedRequest
object
The token used is invalid either because it is expired or because it is incorrect.
1 property
EstimateRequest
object
Request an estimate before creating a journey. The estimation response provides the product.id value that must be passed to the journey creation endpoint. For…
4 properties 3 required
EstimateResponse
array
List of available products with pricing for the requested route. Each item contains the product.id needed to create a journey. Use this value as productid in t…

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

cabify-estimates-api-openapi.yml Raw ↑

Other APIs Cabify publishes across the network.

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