Skip to main content
POST
Crear una cuenta

Authorizations

Authorization
string
header
required

API key issued from the Caudal dashboard. Scopes are enforced per route: orders:read, orders:write, accounts:read, accounts:write, products:read.

Headers

Idempotency-Key
string

Client-generated unique key (e.g. a UUID), scoped to the organization. Retrying a request with the same key returns the original resource with status 200 instead of creating a duplicate. One key space serves every POST route: a key already used on another route answers 409.

Required string length: 1 - 255

Body

application/json
name
string
required
Minimum string length: 1
address
string | null
phone
string | null

Response

Replay of a previous request with the same Idempotency-Key. The original resource comes back and nothing is created.

data
object