Auth
Create session (login)
post/auth/sessions
Request body
Example request
{
"username": "admin",
"password": "your-password"
}Response
Session created
Example response
{
"data": {
"scope": "b9f6q23a-0bde-41ce-cd36-da3dbc17ea12"
}
}Changes
Changed in 2 of the 6 revisions of this API.11
- ○
added the new optional request property
remembernew-optional-request-property
- ○
- ●
removed the request property
rememberrequest-property-removed
- ●