POSThttps://api.stack-auth.com/api/v1/auth/password/sign-up
Body Parameters
View in API Reference
Request
$curl -X POST https://api.stack-auth.com/api/v1/auth/password/sign-up \
> -H "Content-Type: application/json" \
> -d '{
> "email": "johndoe@example.com",
> "password": "password",
> "verification_callback_url": "https://example.com/handler/email-verification"
>}'
Response