Skip to main content
POST
Crear un nuevo conductor

Authorizations

Authorization
string
header
required

Token de sesión Better Auth o API token (atk_...) en el header Authorization: Bearer <token>. Los JWT legacy ya no son válidos.

Body

application/json
rut
string
required
phone
string
required
firstname
string
required
lastname
string
required
email
string
required
address
string
required
city
string
required
clientId
string
required
createdAt
string<date-time>
updatedAt
string<date-time>

Response

Conductor creado exitosamente

status
string
Example:

"success"

data
object