Skip to main content
POST
Criar cliente

Authorizations

Authorization
string
header
required

Basic Authorization usando SECRET_KEY como usuário e "x" como senha.

Body

application/json
name
string
required
Example:

"Bruce Wayne"

email
string
required
Example:

"bruce@wayne.com"

document
object
required
externalRef
string
Example:

"cust_ext_001"

phone
string
Example:

"+5511999999999"

birthdate
string
Example:

"1990-01-01"

address
object

Response

Cliente criado

name
string
required
Example:

"Bruce Wayne"

email
string
required
Example:

"bruce@wayne.com"

document
object
required
externalRef
string
Example:

"cust_ext_001"

phone
string
Example:

"+5511999999999"

birthdate
string
Example:

"1990-01-01"

address
object
id
integer
Example:

123

createdAt
string
Example:

"2026-01-04T12:00:00Z"