For the complete documentation index, see llms.txt. This page is also available as Markdown.

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
200

Default Response

application/json
messagestringRequiredDefault: OK
post/api/public/v2/auth

Last updated

Was this helpful?