Subscribers
Lookup Subscriber
Find subscriber by phone number
GET
Documentation Index
Fetch the complete documentation index at: https://docs.vultlocal.com/llms.txt
Use this file to discover all available pages before exploring further.
Use this endpoint to find a subscriber by phone number instead of ID.
Request
Bearer olive_live_xxx or Bearer eyJ... (JWT)Query Parameters
Phone number to search. Accepts:
- Local format:
0771234567 - E.164 format:
+23279123456
Response
Whether subscriber was found
Subscriber object if found
Examples
Use Cases
Pre-Transfer Check
Verify recipient exists before P2P transfer
Agent Cash-In
Find subscriber before processing cash deposit
Errors
| Status | Code | Description |
|---|---|---|
| 400 | MISSING_PHONE | phone_number query param required |
| 401 | UNAUTHORIZED | Invalid or missing API key |
| 404 | NOT_FOUND | No subscriber with this phone |
| 500 | INTERNAL_ERROR | Server error |