Rides

Reference for the API endpoints related to the rides.

Get Cakes

GET https://journal-de-bord-api.app/api/drivers/rides

This endpoint allows you to get free cakes.

Path Parameters

NameTypeDescription

page

number

The index of the page to get.

size

string

The number of rides that are in the page.

Headers

NameTypeDescription

Authorization

string

Bearer {Access token (J.W.T.)}

{
    "rides": [...],
    "totalPages": <number of available pages>,
    "isLastPage": <true is the page is last>
}

Last updated