Cabify

Cabify is a Spanish multi-mobility company founded in 2011 and headquartered in Madrid, operating ride-hailing, corporate mobility, and last-mile logistics across Spain and Latin America (6+ countries and 40+ cities). Its public developer platform exposes two authenticated REST APIs: a Ride-Hailing API (v4) for price estimation, journey booking, real-time state tracking, rider and label management, and sales reporting; and a Logistics API (v1) for creating, shipping, tracking, and configuring proof of delivery for parcels, including ecommerce integrations with Shopify, Tiendanube, and VTEX. Both APIs authenticate with OAuth2 client-credentials access tokens (Bearer), publish independent sandbox environments, and deliver asynchronous updates via webhooks.

Cabify publishes 2 APIs on the APIs.io network: Ride-Hailing API and Logistics API. Tagged areas include Company, Transportation, Ride Hailing, Mobility, and Logistics.

The Cabify catalog on APIs.io includes 1 event-driven AsyncAPI specification.

Cabify’s developer surface includes documentation, getting-started guide, API reference, authentication, sandbox, changelog, support, and 23 more developer resources.

51.3/100 developing Agent 78/100 agent native Full breakdown ↓
scored 2026-07-20 · rubric v0.4
2 APIs 1 MCP Servers 0 Features
CompanyTransportationRide HailingMobilityLogisticsDeliveryLast Mile DeliveryWebhooksOAuth

API Rating

API Evangelist API Evangelist Rating How this is scored →
scored 2026-07-20 · rubric v0.4
Composite quality — 51.3/100 · developing
Contract Quality 13.7 / 25
Developer Ergonomics 14.3 / 20
Commercial Clarity 6.8 / 20
Operational Transparency 7.2 / 13
Governance 0.0 / 12
Discoverability 9.3 / 10
Agent readiness — 78/100 · agent native
Machine-Readable Contract 18 / 18
Agentic Access Contract 15 / 15
MCP Server 12 / 12
Machine-Readable Auth 10 / 10
Idempotency 0 / 9
Stable Error Semantics 8 / 8
Request/Response Examples 0 / 7
Rate-Limit Signaling 0 / 7
Typed Event Surface 6 / 6
Agent Skills 5 / 5
Well-Known Catalog 4 / 4
Consent & Bot Identity 3 / 3
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. This rating is computed from github.com/api-evangelist/cabify: open an issue to ask a question, or submit a pull request to add artifacts. Want it done for you? Prioritized profiling — $2,500 →

APIs

Cabify Ride-Hailing API

REST API (v4) to estimate prices, book and cancel journeys, track journey state in real time, manage riders and labels, look up venue hubs and meeting points, and retrieve sales...

Cabify Logistics API

REST API (v1) to create, update, ship, cancel, track, and delete parcels; estimate shipping cost and timing; manage client hubs; configure proof of delivery; register webhook su...

MCP Servers

cabify-mcp.yml

MCP SERVER

Event Specifications

Cabify Webhooks

ASYNCAPI

Resources

Get Started 4

Portal, sign-up, and the first successful call

Documentation 2

Reference material describing how the API behaves

Agent Surfaces 5

MCP servers, agent skills, and machine-readable catalogs

Design & Contract 7

Pagination, idempotency, versioning, errors, and events

Scroll for all 7

Build 1

SDKs, sample code, and the tooling you integrate with

Access & Security 5

Authentication, authorization, and security posture

Operate 3

Status, limits, changes, and where to get help

Commercial 2

Pricing, plans, and the legal terms of use

Company 1

The organization behind the API

Source (apis.yml)

apis.yml Raw ↑
aid: cabify
name: Cabify
description: 'Cabify is a Spanish multi-mobility company founded in 2011 and headquartered in Madrid, operating ride-hailing,
  corporate mobility, and last-mile logistics across Spain and Latin America (6+ countries and 40+ cities). Its public developer
  platform exposes two authenticated REST APIs: a Ride-Hailing API (v4) for price estimation, journey booking, real-time state
  tracking, rider and label management, and sales reporting; and a Logistics API (v1) for creating, shipping, tracking, and
  configuring proof of delivery for parcels, including ecommerce integrations with Shopify, Tiendanube, and VTEX. Both APIs
  authenticate with OAuth2 client-credentials access tokens (Bearer), publish independent sandbox environments, and deliver
  asynchronous updates via webhooks.'
url: https://raw.githubusercontent.com/api-evangelist/cabify/refs/heads/main/apis.yml
x-type: company
x-source: vc-portfolio
x-backed-by:
- 500-global
- hv-capital
image: https://cabify.com/static/head/cover.png
specificationVersion: '0.20'
created: '2026-07-17'
modified: '2026-07-18'
tags:
- Company
- Transportation
- Ride Hailing
- Mobility
- Logistics
- Delivery
- Last Mile Delivery
- Webhooks
- OAuth
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com
- FN: APIs.json
  email: info@apis.io
apis:
- name: Cabify Ride-Hailing API
  description: REST API (v4) to estimate prices, book and cancel journeys, track journey state in real time, manage riders
    and labels, look up venue hubs and meeting points, and retrieve sales. Legacy v3 GraphQL remains available at /api/v3/graphql
    for existing integrations. OAuth2 client-credentials Bearer authentication; asynchronous journey-state updates via webhooks.
  humanURL: https://developers.cabify.com/docs/ride-hailing
  baseURL: https://cabify.com/api/v4
  tags:
  - Ride Hailing
  - Mobility
  - Journeys
  properties:
  - type: OpenAPI
    url: openapi/cabify-ride-hailing-openapi.yml
  - type: Overlay
    url: overlays/cabify-ride-hailing-overlay.yaml
  - type: APIReference
    url: https://developers.cabify.com/reference/createjourney
  - type: ChangeLog
    url: https://developers.cabify.com/docs/ride-hailing-changelog
- name: Cabify Logistics API
  description: REST API (v1) to create, update, ship, cancel, track, and delete parcels; estimate shipping cost and timing;
    manage client hubs; configure proof of delivery; register webhook subscriptions; and integrate with ecommerce platforms
    (Shopify, Tiendanube, VTEX). OAuth2 client-credentials Bearer authentication; real-time parcel updates via webhooks.
  humanURL: https://developers.cabify.com/docs/introduction
  baseURL: https://logistics.api.cabify.com
  tags:
  - Logistics
  - Delivery
  - Last Mile Delivery
  properties:
  - type: OpenAPI
    url: openapi/cabify-logistics-openapi.yml
  - type: Overlay
    url: overlays/cabify-logistics-overlay.yaml
  - type: APIReference
    url: https://developers.cabify.com/reference/addparcels
common:
- type: Website
  url: https://cabify.com
- type: DeveloperPortal
  url: https://developers.cabify.com
- type: Documentation
  url: https://developers.cabify.com/docs/getting-started
- type: GettingStarted
  url: https://developers.cabify.com/docs/quickstart
- type: APIReference
  url: https://developers.cabify.com/reference/createjourney
- type: Authentication
  url: authentication/cabify-authentication.yml
- type: Sandbox
  url: sandbox/cabify-sandbox.yml
- type: Webhooks
  url: asyncapi/cabify-webhooks.yml
- type: ChangeLog
  url: changelog/cabify-changelog.yml
- type: Lifecycle
  url: lifecycle/cabify-lifecycle.yml
- type: StatusPage
  url: https://cabify.statuspage.io
- type: MCPServer
  url: mcp/cabify-mcp.yml
- type: LLMsTxt
  url: llms/cabify-llms.txt
- type: WellKnown
  url: well-known/cabify-well-known.yml
- type: SecurityTxt
  url: well-known/cabify-security.txt
- type: Conventions
  url: conventions/cabify-conventions.yml
- type: ErrorCatalog
  url: errors/cabify-problem-types.yml
- type: ErrorCatalog
  url: errors/cabify-operation-errors.yml
- type: Conformance
  url: conformance/cabify-conformance.yml
- type: DataModel
  url: data-model/cabify-data-model.yml
- type: AgenticAccess
  url: agentic-access/cabify-agentic-access.yml
- type: DomainSecurity
  url: security/cabify-domain-security.yml
- type: VulnerabilityDisclosure
  url: security/cabify-vulnerability-disclosure.yml
- type: Security
  url: https://cabify.com/.well-known/security.txt
- type: AgentSkill
  url: skills/_index.yml
- type: GitHubOrganization
  url: https://github.com/cabify
- type: Support
  url: https://developers.cabify.com/page/cabify-api-support
- type: TermsOfService
  url: https://cabify.com/en/legal
- type: PrivacyPolicy
  url: https://cabify.com/en/legal/privacy
- type: SignUp
  url: https://cabify.com/app
x-enrichment:
  date: '2026-07-19'
  status: backfilled
  pass: local-v1
  note: backfilled from .gitignore signal + verified work evidence