Start registration process and create static link
POST/v1/registrations
Preview: The API is in development or testing phases and the interface could still change slightly.
Starts a registration process with the provided form values. This endpoint:
- POST /v1/registrations → Starts processInstance → Returns JSON with redirectUrl
- FE redirects user to /identity/v1/auth?processInstanceId=[id]
- /v1/auth → Redirects user to Keycloak/BQID for enrollment
- User completes enrollment (scans QR, verifies identity)
- /v1/auth/callback → Sets process owner, collects tokens → Redirects to application
- Application receives user at /idm/l2/process/[processInstanceId]
Scope: []
Request
Responses
- 200
Create registration and started successfully. Note that the API returns HTTP 200 even for validation errors, with the error information included in the response body.