URL: {{base_url}}/login
Method: POST

Bearer Token: Replace this with an actual token in the request

Headers

Subscription: Replace this with the subscription value

Request Body

KeysValuesRequired
usernameThe unique username for the userYes
passwordPassword with a minimum of 8 charactersYes
  • username: String
  • password: String

Response Codes

CodeDescription
200Successful
400Bad Request: Invalid username or password
404Not Found: Account not found