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>"
}
'{}Generate and send OTP for accessing a PEP account (requires PEP authorization)
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>"
}
'{}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.