Skip to main content
POST
Sign Up

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

Sign-up payload

name
string
required

Full name

Example:

"Maria Silva"

address
object
required
birthDate
string<date>
required

Date of birth

Example:

"1990-05-15"

document
string
required

Customer document

Example:

"36641876870"

password
string
required

Password

Minimum string length: 8
Example:

"P@ssw0rd!"

phoneDdi
string
required

International dialing code

Example:

"55"

phoneIso
string
required

Phone ISO country code

Example:

"BR"

phoneNumber
string
required

Phone number without country code

Example:

"99999999999"

email
string<email> | null

Email address

Example:

"maria@example.com"

Response

OK

Token pair

accessToken
string
required

JWT access token

Example:

"eyJhbGciOiJIUzI1NiIsInR5cCI6Ikp..."

refreshToken
string
required

JWT refresh token

Example:

"eyJhbGciOiJIUzI1NiIsInR5cCI6Ikp..."