Authentication
Auth endpoint
POST /api/public/v1/authRequest
Header
Value
Field
Type
Required
Example value
Description
Example request
curl -X POST "https://<your-domain>/api/public/v1/auth" \
-H "accept: application/json" \
-H "Content-Type: application/x-www-form-urlencoded" \
-d "[email protected]&password=Welcome123!&client_id=pdc-client&grant_type=password&scope=openid%20profile%20email"Responses
200 — OK
400 — Bad Request
401 — Unauthorized
500 — Internal Server Error
503 — Service Unavailable
Using the token
Authorize in Swagger UI
Token behavior
Last updated
Was this helpful?

