curl --request POST \
--url https://olive-gateway-a6ba.onrender.com/api/v1/pep/verify-access \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"otp_code": "<string>",
"subscriber_id": "<string>"
}
'{}Verify the OTP code and grant access to PEP account
curl --request POST \
--url https://olive-gateway-a6ba.onrender.com/api/v1/pep/verify-access \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"otp_code": "<string>",
"subscriber_id": "<string>"
}
'{}API Key for third-party integrations (WhatsApp, Smart PAY, VULT). Format: 'Bearer olive_live_xxxxxxxxxxxxx'
Access granted
The response is of type object.