v1

latestOpenAPI 3.0.0Cabify Api support2026-07-264588127.9 KB
hubs

Create a new client hub.

Creates a new hub associated with your account. Hubs represent physical locations (such as stores or warehouses) from which parcels can be picked up or delivered to.

post/v1/hubs

Request body

external_idstring required

A unique identifier you define to reference this hub. This ID is used in parcel pickup and drop-off configurations.

addressstring required

Full street address of the hub.

instructionsstring

Additional instructions for drivers arriving at this hub (e.g. access codes, gate numbers).

Example request

{
  "location": {
    "lat": 40.4489254,
    "lon": -3.6730293
  }
}

Response

Hub created successfully.

idstring

System-generated ID of the newly created hub.

Example response

{
  "id": "4f627a06d74011ec97dd06d73193996d"
}