Skip to main content
POST
Accept Invitation

Path Parameters

token
string
required

Invite token

Example:

"a1b2c3d4e5f6"

Query Parameters

fields
string

Comma-separated list of fields to include in the response. Supports dot notation for nested projection (e.g. id,name,user.email,trips.route.id). Unknown fields are silently dropped.

Body

application/json

Accept customer invitation payload

password
string
required

New password

Minimum string length: 8
Example:

"StrongPass!1"

Response

No Content