Auth
Body
passKeystringRequired
Responses
201Success
application/json
500Error
application/json
post
/auth/loginPOST /v1/auth/login HTTP/1.1
Host:
Content-Type: application/json
Accept: */*
Content-Length: 18
{
"passKey": "text"
}{
"roles": [
"user"
],
"userId": "text",
"accessToken": "text"
}Last updated
Was this helpful?