v1

latestOpenAPI 3.1.02026-07-2418201.6 MB

Phone Tenure

post/v2/bytes/alternate-data/phone-tenure

Headers

client_idstring required

The client ID that will be provided to a specific client and environment. Please note, this may change based on the environment you are on.

client_secretstring required

The confidential credential provided by Decentro that is associated with the client_id

Request body

reference_idstring required

Any unique ID assigned by you for this API request.

consentboolean required

true/false based on the consent given by the customer. Mandatory as per regulation.

purposestring required

The purpose of taking this consent from your customer. Mandatory as per regulation. (>20 characters)

mobilestring required

User mobile number

Response

200

decentroTxnIdstring
statusstring
responseKeystring
messagestring

Example response

{
  "decentroTxnId": "txn-fghij67890",
  "status": "SUCCESS",
  "responseKey": "success_phone_tenure_data_fetched",
  "message": "Phone tenure data fetched successfully.",
  "data": {
    "ageOnNetworkRange": "5 to 6 Years",
    "dateOfNetworkInitiation": "2017-09-15",
    "operator": "Airtel",
    "isPostpaid": true,
    "circle": "Delhi NCR"
  }
}