v1

latestOpenAPI 3.0.0Cabify Api support2026-07-264588127.9 KB
Users

Get User by email

Gets a User by email

get/api/v4/users/email/{email}

Path parameters

emailstring email required

Email of the User to search

Response

Success

idstring

Unique identifier of the Cabify user.

namestring

Full name of the Cabify user.

emailstring

Email address of the Cabify user.

payment_method_availableboolean

Whether the user has a valid payment method configured.

Example response

{
  "id": "4f627a06d74011ec97dd06d73193996d",
  "name": "Name Surname",
  "email": "example@example.com",
  "payment_method_available": true
}