Search Phone Number

post

This API service provides an efficient and fast way to obtain the last known South African identities associated to a South African contact number EG: Landline 012 2215554 or mobile 082 333 6666 number as search criteria.

Authorizations
Body
contact_numberstringOptional

South African contact number; eg: Landline 0122215554 or mobile 0823336666.

consentbooleanOptional

By using this API, you acknowledge that you have read, understood, and agree to be bound by these Terms of Service. If you have any questions or concerns, please contact us

Responses
200Success
application/json
post
POST /api/searchphonenumber HTTP/1.1
Host: api.akibaone.com
Authorization: Bearer YOUR_OAUTH2_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 40

{
  "contact_number": "text",
  "consent": true
}
200Success
{
  "Status": "text",
  "Contact_Enquiry": {
    "items": {
      "userId": "text",
      "providerId": "text",
      "providerName": "text",
      "requestId": "text",
      "providerAccountId": "text",
      "created_at": "text"
    }
  }
}