v1

latestOpenAPI 3.1.0raw.githubusercontent.com2026-04-11242492.2 KB
Authentication

Register a new customer account

Create a new customer account and return an API token for immediate authentication.

post/customer/register

Request body

namestring required

The customer's full name

emailstring required

The customer's email address

passwordstring required

The customer's password

password_confirmationstring required

Password confirmation

device_namestring required

A descriptive name for the device

Example request

{
  "name": "John Doe",
  "email": "john@example.com",
  "password": "password123",
  "password_confirmation": "password123",
  "device_name": "iPhone 15"
}

Response

LoginResponseResource

All 24 operations