API Explorer
Mock interactive documentation
Endpoint shapes are for frontend exploration only and do not present cryptography as production-grade implementation.
POST /authentication/requests
Authorization: Bearer sk_live_...hidden
{
"application_id": "app_live_123",
"method": "qr",
"purpose": "Customer login",
"redirect_uri": "https://acme.example/callback"
}
{
"request_id": "auth_req_8k2",
"qr_payload": "mock_payload_for_ui",
"expires_at": "2026-08-13T10:28:00Z",
"status": "waiting_for_scan"
}Create authentication request
POST /authentication/requests
{
"method": "qr",
"purpose": "Customer login",
"requested_attributes": [
"identity_verified"
]
}Example response shapes are UI placeholders only.
Secrets, signatures, and backend security controls should be implemented server-side.
| Event | Destination | Status |
|---|---|---|
| authentication.completed | Production webhook | Successful |
| verification.approved | Compliance system | Successful |
| consent.revoked | Privacy queue | Retrying |
| document.expired | Operations queue | Pending |