Authenticate User

post/v1/authenticate

Request body

userNamestring
passwordstring

Example request

{
  "userName": "sallydev01",
  "password": "ALongExamplePassword+"
}

Response

Success

id-tokenstring

Example response

{
  "id-token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IlNhbGx5IERldiIsImlhdCI6MTUxNjIzOTAyMn0.G9FgN-Ox0Q8vAQ2D0VEt9FLEeE8oeBjx4l8r07dne6I"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.