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"}