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
Name | Type | Description |
---|---|---|
page | number | The index of the page to get. |
size | string | The number of rides that are in the page. |
Headers
Name | Type | Description |
---|---|---|
Authorization | string | Bearer {Access token (J.W.T.)} |
Last updated