API Reference
Phone Number Look UP
Phone Number Look Up
POSTA premium service ⭐ that verifies the network operator of any Nigerian mobile number .
Service Information
endpoint
POST
application/json
| Parameter Name | Type | M/O | Description |
|---|---|---|---|
| loginId | Numeric | M | Merchant id provided during integration |
| msisdn | String | M | Eleven Digits Phone Number. Ex 09062120000 |
| key | String | M | Merchant (public) key |
{"loginId":1234,"msisdn":"09062120000","key":"0688378ec7fe233" }
| Parameter Name | Type | M/O | Description |
|---|---|---|---|
| statusCode | Numeric | M | Status of the transaction. 00 signifies success |
| statusDescription | Collection | M | Corresponding description for the status code. 00=Successful |
| network | String | M | Network operator of msisdn sent in request e.g MTN |
{"statusCode":"00","statusDescription":"successful","network":"MTN"}
Requery
Integrate the Requery endpoint for this service. If a request returns a processing or pending status, after 5 minutes, call the Requery endpoint to retrieve the latest transaction status. Continue requerying at intervals until a final response is received.