v1

latestOpenAPI 3.0.02026-07-2341412.4 KB
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"
}
All 4 operations