Auth
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
POST /v1/auth/login HTTP/1.1
Host:
Content-Type: application/json
Accept: */*
Content-Length: 18
{
"passKey": "text"
}{
"roles": [
"user"
],
"userId": "text",
"accessToken": "text"
}POST /v1/auth/generate-passkey HTTP/1.1
Host:
x-api-key: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 34
{
"roles": [
"user"
],
"userId": "text"
}{
"roles": [
"user"
],
"userId": "text",
"accessToken": "text",
"passKey": "text",
"isBot": true,
"displayName": "text"
}