Versions Compared

Key

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

To get activation counterscreate a token, use the following request:

...

Example request

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

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

...