Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Dados para criação de cliente
The customer's full name or business name.
Example:
"John Doe"
Customer's email address. It's displayed alongside the customer in your dashboard and can be useful for searching and tracking. This may be up to 512 characters.
Example:
"john.doe@example.com"
The customer's phone number.
Example:
"+1 (555) 123-4567"
The document number for the customer (e.g., SSN, Tax ID, etc.).
Example:
"123.456.789-00"
Response
Cliente criado com sucesso