Self-Service
Citizen-facing authentication (OTP, national ID, OIDC) and change requests
Available Endpoints
- POST /api/auth/otp/request - Request OTP
- POST /api/auth/otp/verify - Verify OTP
- POST /api/auth/id/verify - Verify national ID + date of birth
- POST /api/auth/oidc/exchange - Exchange OIDC token for self-service JWT
- GET /api/auth/self-service/entity - Get citizen's own entity and available forms
- POST /api/auth/self-service/submit - Submit self-service change request
- GET /api/auth/self-service/submissions - List citizen's submission history
This documentation is automatically generated from the OpenAPI specification.