API v.1
POST
https://auth.ampersand-it.com/api/auth/signin
Authentication
Login
Security

Description

Authentication type : application/json

Performs user sign-in using email and password. Returns an authentication token upon successful sign-in along with user profile information and refresh token.

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

Request Body
Required


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