CBC GROUP
POST/v1/auth/register

User Registration

Create a new account in the CBC GROUP ecosystem using the API. This endpoint generates a unique CID (Customer ID) for the new user.

Request BodyJSON

emailRequired · String

Valid and unique email address.

passwordRequired · String

Account password (minimum 8 characters).

fullNameRequired · String

Full name of the user (e.g., John Doe).

Error Responses

400

AUTH_EMAIL_EXISTS

Email already exists in our system.

400

VALIDATION_ERROR

Invalid input or missing fields.