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

The users API from Cabify — 4 operation(s) for users.

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

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

This API exposes 6 operations across 4 paths, and defines 12 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.

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

Paths & Operations 6

Across 4 paths, the API surfaces 6 operations — 4 GET, 1 PATCH, 1 POST. Each is listed below with its method, path, parameters, and response codes.

users 6
GET
/v1/users
List users belonging to your account.
getUsers → 200401404500503
POST
/api/v4/users
Create Users in bulk
createUsers body → 200400401500
GET
/api/v4/users
Get Users in bulk
getUsers 3 params → 200400401500
PATCH
/api/v4/users
Update Users in bulk
updateUsers body → 200400401500
GET
/api/v4/users/email/{email}
Get User by email
getUserByEmail 1 param → 200400401404500
GET
/api/v4/users/{id}
Get User by ID
getUserById 1 param → 200400401404500

Schemas 12

The contract defines 12 schemas that model the data the API accepts and returns. The most detailed are CreateUser (14 properties), User_2 (14 properties), UpdateUser (14 properties), PageResponse (5 properties). Each schema is shown below with its type and property counts.

CreateUser
object
14 properties 5 required
NotFound
object
The server did not find a current representation for the target resource
1 property
CreateUsersRequest
array
List of new data to create new Users with it
User_2
object
14 properties 6 required
PageResponse
object
5 properties 5 required
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
UpdateUser
object
14 properties 1 required
MutationResponse
object
Response coming either from a Create or Update request
1 property 1 required
User
object
A Cabify user associated with a client account.
4 properties
UpdateUsersRequest
array
List of Users update data

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

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