Log in with username and password
POST
/api/v1/auth/login
Parameters
Request Body
application/json
JSON "$schema": "https://bpincentives.com/schemas/Auth-loginRequest.json", "password": "string", "username": "string"
{
}
Responses
OK
application/json
JSON "$schema": "https://bpincentives.com/schemas/NextBody.json", "methods": [ ], "next": "string"
{
}