Request OTP for PEP account access
PEP Access
Request PEP Access
Request OTP for accessing a PEP account
POST
Request OTP for PEP account access
Documentation Index
Fetch the complete documentation index at: https://docs.vultlocal.com/llms.txt
Use this file to discover all available pages before exploring further.
Request PEP Access
Generate and send OTP to access a Politically Exposed Person (PEP) account. Staff must have PEP authorization role.Endpoint
Authentication
Bearer token (Admin JWT with
pep_access_authorized: true)Request Body
PEP subscriber UUID
Response
What Happens
- System verifies subscriber is marked as PEP
- System verifies staff has PEP access authorization
- 6-digit OTP is generated and sent to staff’s phone
- OTP expires in 5 minutes
- Access attempt is logged with IP and user agent
Errors
| Code | Description |
|---|---|
| 400 | Invalid request |
| 401 | User not authenticated |
| 403 | Not authorized for PEP access |
| 404 | Subscriber not found |
| 500 | Internal server error |