API v.1
POST
https://auth.ampersand-it.com/api/auth/signup
Authentication
Token
Refresh
Security

Description

Authentication type : application/json

Registers a new user using email and password. Returns an authentication token upon successful registration along with user profile information and refresh token.

Request Body!
Request OIDC Headers!
Request Query!
Response200 OK

Request Body
Required


{
  "email": "newuser@example.com",
  "password": "mySecurePassword123!",
  "confirmPassword": "mySecurePassword123!",
  "scope": ["read", "write"]
}
 
An error has occurred. This application may no longer respond until reloaded. Reload 🗙