Bulk Advance consent for Tracking

 

Introduction

This API will be used to get the bulk consent and get the status for any number in the bulk number

Max count for the mobile number can exept upto 50 only.

Postman collection:-

API’s

Base URLs:-

Method :"POST"

Endpoint:- “connect/initiate/advance-consent“

Request Parameters:

Name

Type

Location

Description

Example

Name

Type

Location

Description

Example

Authorization

string

headers

JWT token required to authenticate API call.

Authorization: Bearer eyJhbGciOiJIUzI1Ni

mobileNumbers

JSON

body

Driver Phone Number for consent

{
mobileNumbers”:[8970006202,8970006201,8970006200]
}

Req Body:

{ "type": "object", "properties": { "mobileNumbers": { "type": "array", "items": [ { "type": "integer" }, { "type": "integer" }, { "type": "integer" } ] } }, "required": [ "mobileNumbers" ] }
{ "mobileNumbers": [9898989898,9898989897,9898989896] }

Responses:

Status code 200

{ "success": true, "result": [ { "country_code": "91", "mobile_number": "9898989898", "carrier": "vodafone", "missed_call_timestamp": null, "missed_call_received": false, "consent_status": "Pending", "consent_initiated_timestamp": 1654835925786, "consent_completed_timestamp": null, "bypass_missed_call": false, "tracking_status": "supported" }, { "country_code": "91", "mobile_number": "9898989897", "carrier": "jio", "missed_call_timestamp": null, "missed_call_received": false, "consent_status": null, "consent_initiated_timestamp": 1654835926151, "consent_completed_timestamp": null, "bypass_missed_call": false, "tracking_status": "supported" }, { "country_code": "91", "mobile_number": "9898989896", "carrier": "idea", "missed_call_timestamp": null, "missed_call_received": false, "consent_status": null, "consent_initiated_timestamp": 1654835926979, "consent_completed_timestamp": null, "bypass_missed_call": false, "tracking_status": "supported" } ] }

Status code 400 (Bad Request)

 

Method :"POST"


Endpoint:- “connect/get/consent-status“

Request Parameters:

Name

Type

Location

Description

Example

Name

Type

Location

Description

Example

Authorization

string

headers

JWT token required to authenticate API call.

Authorization: Bearer eyJhbGciOiJIUzI1Ni

mobileNumbers

JSON

body

Driver Phone Number for consent

{
mobileNumbers”:[8970006202,8970006201,8970006200]
}

Req Body:

Responses:

 

Post your questions in the comment box to get answers from the experts who watch this page.

For engineering support: visit FT Support