Partner API
Account Status
Check if subscriber account exists
POST
Check if a subscriber account exists by phone number or card serial. Partner routes use HMAC headers, so this page provides a copyable request instead of the interactive playground.
The canonical string must match exactly, including newlines and the raw JSON body:
Authentication
string
required
API key ID issued for the partner integration
string
required
Partner identifier such as
VULTstring
required
RFC3339 timestamp used when generating the signature
string
required
Hex-encoded HMAC-SHA256 of
METHOD + "\n" + PATH + "\n" + TIMESTAMP + "\n" + BODYRequest Body
string
Phone number (e.g.,
0771234567)string
Card serial number (e.g.,
OLIV0001)Provide eitherphone_numberorcard_serial
Example
Response
Errors
Authorizations
API Key for third-party integrations (WhatsApp, Smart PAY, VULT). Format: 'Bearer olive_live_xxxxxxxxxxxxx'
Headers
Response
200 - application/json
Success
The response is of type object.