/auth/login - CreateToken
POST {{host}}/auth/login
A request that allows you to create a token
that can be used by other requests to authenticate yourself.
If you would like to use authenticated API calls within this collection. Run the /auth/login
request once and a valid token will be added.
Please note, tokens are reset on the deployed instance every 10 minutes
Request Body
{"username"=>"admin", "password"=>"password"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
accept | string | ||
Referer | null | ||
Content-Type | string |