This endpoint returns a given hashed msisdn in a clear format given that the record exists on the Interswitch IDS platform.
Base URL: https://api-gateway.interswitchng.com/isw-data-service
Request Parameters
SN | Field Name | Data Type | Max Length | Required | Description |
1 | msisdn | String | 50 | Yes | This field accept a string of character representing an hashed msisdn that we seek to retrieve the clear msisdn for |
NOTE: The msisdn in the url is the hashed msisdn that the caller want to retrieve a clear msisdn equivalent
Base Endpoint: {{baseurl}}/verify?msisdn=44D3DCDA61B2AB7A39C61D2B964B2A
Request Headers
HTTP Method: GET
Authentication: Bearer Token
Sample Response
{
"responseCode": "00",
"responseMessage": "Successful",
"data": {
"msisdn": "2348054930703"
}
}