Sim Swap - Safaricom

# Introduction

This helps verify phone number last swap:

# Request Parameters

The following parameters are expected:

Field Description Type
search_type The Spincrunch Search type you want to do. sim_swap String
identifier The phone number whose swap you want to check String

Please find sample implementation on the left


# Response Parameters

Below is a sample response

'search_type' is imsi , identifier is the client's Phone Number

Search details on a customer. As sample response is as follows:

{
  "code": "200.001",
  "data": {
    "customerNumber": "2547******",
    "responseCode": "200",
    "responseDesc": "",
    "lastSwapDate": ""
  }
}