Skip to content

Register a new user

POST
/cognito/signup

Create a new account via AWS Cognito. Returns a confirmation requirement.

Request Body

application/json
JSON
{
"email": "user@example.com",
"password": "SecureP@ssw0rd!",
"name": "John Doe"
}

Responses

Signup initiated — confirmation code sent

Playground

Server
Body

Samples

Powered by VitePress OpenAPI

Built with VitePress