Authorizations
Access token obtained via /oauth2/token/. Use as Authorization: Bearer <access_token>
.
Body
application/json
Customer creation payload.
Payload for creating a new customer.
The email of the individual or juridical person.
Example:
The type of customer involved.
Available options:
INDIVIDUAL
, BUSINESS
Example:
"INDIVIDUAL"
Response
Customer created successfully.
Response payload for a customer.
A unique customer's ID.
Example:
"7142b065-79c4-4f48-9e33-11b23bg689e2"
The email of the individual or juridical person.
Example:
The date and time of customer's creation.
Example:
"2024-04-10T18:17:07.702533Z"