cURL
curl --request POST \ --url https://olive-gateway-a6ba.onrender.com/api/v1/pep/request-access \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "subscriber_id": "<string>" } '
{}
Request OTP for accessing a PEP account
POST /api/v1/pep/request-access
pep_access_authorized: true
{ "success": true, "message": "OTP sent successfully", "expiry_time": "2025-01-15T10:35:00Z" }
API Key for third-party integrations (WhatsApp, Smart PAY, VULT). Format: 'Bearer olive_live_xxxxxxxxxxxxx'
PEP access request
OTP sent successfully
The response is of type object.
object