Skip to main content
POST
/
pep
/
verify-access
Verify OTP for PEP account access
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>"
}
'
{}

Authorizations

Authorization
string
header
required

API Key for third-party integrations (WhatsApp, Smart PAY, VULT). Format: 'Bearer olive_live_xxxxxxxxxxxxx'

Body

application/json

OTP verification

otp_code
string
required
subscriber_id
string
required

Response

Access granted

The response is of type object.