Auth
Signup
Create an operator account. Password must meet dashboard password policy. Requires the deployment's admin secret in x-admin-secret unless user_auth.signup_requires_admin_secret is set to false in config (it defaults to true).
post/auth/signup
Request body
Example request
{
"email": "operator@example.com",
"password": "StrongPass#123",
"merchant_id": "merchant_demo"
}Response
Authenticated user