Log in to the user account

Logs in to the user account.

Request
header Parameters
cookie
string

The session cookie.

Example: blaize_session=... (optional)
Request Body schema: application/json
required
object
required
object
Responses
200

OK

400

Bad Request

401

Unauthorized

post/blaize/login
Request samples
application/json
{
  • "identifiers": {
    },
  • "validators": {
    }
}
Response samples
application/json
{
  • "cookie": "blaize_session=0123456789ABCD; Expires=Fri, 16 Nov 2018 12:35:56 GMT; Path=/;",
  • "message": "Registration successful",
  • "tracking_id": "TT0123456789ABCD"
}