Auth

Auth Token

post

Generate JWT token for authentication

Body

Request body for authentication

usernamestringRequiredDefault: ""
passwordstring · passwordRequiredDefault: ""
client_idstringRequiredDefault: pdc-client
grant_typestringRequiredDefault: password
scopestringRequiredDefault: openid profile email
Responses
chevron-right
200

Default Response

application/json
post
/api/public/v1/auth

Last updated

Was this helpful?