2. API Authentication
Authentication API to get an accessToken
Authentication API to get an accessToken to pass to <QuadClient>
Request Body
Name
Type
Description
// Example Response
{
"data": {
"accessToken": "<JWT_TOKEN>",
"type": "login"
}
}Last updated