curl --request POST \
--url https://olive-gateway-a6ba.onrender.com/api/v1/partner/account-status \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--header 'X-API-Key-ID: <x-api-key-id>' \
--header 'X-Partner-ID: <x-partner-id>' \
--header 'X-Signature: <x-signature>' \
--header 'X-Timestamp: <x-timestamp>' \
--data '
{
"phone_number": "<string>",
"card_serial": "<string>"
}
'{}Check if subscriber account exists
curl --request POST \
--url https://olive-gateway-a6ba.onrender.com/api/v1/partner/account-status \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--header 'X-API-Key-ID: <x-api-key-id>' \
--header 'X-Partner-ID: <x-partner-id>' \
--header 'X-Signature: <x-signature>' \
--header 'X-Timestamp: <x-timestamp>' \
--data '
{
"phone_number": "<string>",
"card_serial": "<string>"
}
'{}API Key for third-party integrations (WhatsApp, Smart PAY, VULT). Format: 'Bearer olive_live_xxxxxxxxxxxxx'
Success
The response is of type object.