-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
- Endpoint:
/api/register - Método: POST
- Descripción: Registra un nuevo usuario en el sistema.
- Request Body:
{ "userEmail": "user@example.com", "userPassword": "password123", "userName": "test" } - Respuesta Exitosa:
{ "idToken": "eyJhbGciOiJSUzI1NiIsImtpZCI6IjFlOWdkazcifQ...", "refreshToken": "ABCXYZ123", "expiresIn": "3600" } - Respuesta de Error:
{ "error": { "code": 400, "message": "EMAIL_EXISTS", "errors": [ { "message": "The email address is already in use by another account.", "domain": "global", "reason": "invalid" } ] } }
Metadata
Metadata
Assignees
Labels
No labels