Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
POST/auth/tokens HTTP/1.1
Content-Type: application/json

{
	"username": "demo",
	"password": "demo"
}

Response

The LAC REST API returns the standard HTTP response codes described in the following table.

...

Code Block
HTTP/1.1 200 OK
Content-Type: application/json

{
	"token": "42fb2fdbf0d65982bd4478753ba81773ffd84775"
}

...