cURL
curl --request GET \ --url https://staging-api.getpartna.com/v4/phone \ --header 'x-api-key: <api-key>' \ --header 'x-api-user: <api-key>'
{ "data": { "validPhoneRecords": [ { "country": "KE", "mobileNetwork": "Safaricom", "phoneID": "506e46b8e67f4f4bbdda96b3ee3295d1", "phoneNumber": "+254712345678" } ] }, "message": "successful" }
Used to get a user’s verified phone numbers by country.
KE
NG
get phone ok
Show child attributes
Was this page helpful?