DQ Auth API
Body
usernamestringOptionalExample:
Username
adminpasswordstringOptionalExample:
Password
<password>issstringOptionalExample:
Issuer (tenant name)
publicResponses
200
JWT token is generated
*/*
401
Authentication failed
post/v3/auth/signin
Create an authentication request to sign in with username and password and generate an OAuth token
post
Body
usernamestringOptionalExample:
Username
adminpasswordstringOptionalExample:
Password
<password>issstringOptionalExample:
Issuer (tenant name)
publicResponses
200
Oauth token is generated
*/*
400
Bad Request
*/*
post/v3/auth/oauth/signin
Last updated
Was this helpful?