Create a new customer
Customers
Create a new customer
Creates a new customer in the system.
POST
Create a new customer
Authorizations
HTTP Basic authentication. Use your secret key as the username and an empty string as password. The API key should be base64 encoded in the format 'username:' when sending the Authorization header.
Body
application/json
Customer's full name
Example:
"John Doe"
Customer's email address
Example:
Identification document number (CPF, CNPJ, passport)
Example:
"12345678900"
Type of document (e.g., cpf, cnpj, passport, rg)
Example:
"cpf"
Customer's phone number (optional)
Example:
"+5511999999999"
Response
Customer successfully created
Unique identifier of the created customer
Example:
"2RhQg9M7ZCg3X3nMb9W1kX8Q"