API reference

Transfers

Airport and point-to-point rides: availability for a route, booking, what a cancellation would cost, and the cancellation itself.

Operations

OperationWhat it doesScope
POST/v1/transfers/searchesLive transfer availability for a routetransfers:search
GET/v1/transfers/ordersYour transfer orders, newest firsttransfers:book
POST/v1/transfers/ordersBook a transfertransfers:book
GET/v1/transfers/orders/{orderId}One of your transfer orderstransfers:book
GET/v1/transfers/orders/{orderId}/cancellation-quoteWhat cancelling would costtransfers:book
POST/v1/transfers/orders/{orderId}/cancelCancel a transfer ordertransfers:book

A key that lacks one of these scopes is refused with 403 insufficient_scope, and error.missingScope names the one it was missing. Scopes are fixed when the key is issued.

Shared across these operations

The error envelope and the full list of error types are the same for every operation in the API, as are the object schemas the responses are built from. Neither is repeated per page.