Skip to main content

Managing Contracts

This guide covers endpoints for managing contracts.

Get All Contracts

Retrieves all contracts for the authenticated user.

Endpoint

GET /ride-contract/contracts

Get a Specific Contract

Retrieves a single contract by its ID.

Endpoint

GET /ride-contract/contracts/{contractID}

Update a Contract

Updates an existing contract.

Endpoint

PATCH /ride-contract/contracts/{contractID}/update