Skip to main content
POST
/
subscribers
/
{id}
/
verify-pin
Verify subscriber PIN
curl --request POST \
  --url https://olive-gateway-a6ba.onrender.com/api/v1/subscribers/{id}/verify-pin \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{
  "pin": "1234"
}'
{}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Subscriber ID

Body

application/json

PIN to verify

pin
string
required
Example:

"1234"

Response

PIN verification result

The response is of type object.