Auth
Body
Request body for authentication
usernamestringRequiredDefault:
""passwordstring · passwordRequiredDefault:
""client_idstringRequiredDefault:
pdc-clientgrant_typestringRequiredDefault:
passwordscopestringRequiredDefault:
openid profile emailResponses
200
Default Response
application/json
400
Bad Request
application/json
401
Unauthorized - The request requires a valid Bearer token.
To access this endpoint:
1. Make a POST request to /api/public/v1/auth with valid credentials to obtain the access token.
2. Click the "Authorize" button in the Swagger UI and enter the token.
3. All protected endpoints require the Authorization header: "Authorization: 'Bearer your-access-token'"
application/json
500
Internal Server Error
application/json
503
Service Unavailable — Connection Refused
application/json
post
/api/public/v1/authLast updated
Was this helpful?

