Phone Number Basic
Verify ghana sim
Our Ghanaian Sim Verification allows you verify the authenticity, security, and compliance of searched number with telecommunications network. You can carry out several checks to verify Sim swap, Sim status and Sim location.
To use this endpoint please provide a valid phone number
Test data
Post
https://api.prembly.com/identitypass/verification/sim/sim-verification
Headers
key | value | description |
---|---|---|
app-id | app-id | your app id |
x-api-key | x-api-key | your secret key |
Sample Response
key | value |
---|---|
national_id_number | NIN match |
first_name | name match |
last_name | surname match |
email_address | Email match |
street_address | no 1 lala street |
city | city match |
post_code | postal code match |
country | country match |
phone_number | phone number match |
Response
{
"status":true,
"response_code":"00",
"detail":"Request successful",
"data":{
"first_name":"100% Match",
"last_name":"100% Match",
"phone_number":"100% Match",
"email_address":"100% Match",
"national_id_number":"-1% Match",
"street_address":"-1% Match",
"city":"23% Match",
"post_code":"100% Match",
"country":"96% Match",
"average":86.5
},
"verification":{
"reference":"138fc50d-b058-486b-b43c-50b9f596ff6a"
}
}
Updated 8 days ago