Returns the list of campaigns in which the given phone numbers are currently added.
To use this API with the help of a token, follow these steps:
- Generate the Token: Use the 'Generate Token' API to obtain an authentication token.
- Enter the Token ID: Navigate to the right section of this page, under the 'AUTHORIZATION' tab. Here, input the generated token ID.
- With the token entered, pass the header and body parameters:
Rate Limit:
- The API supports 1 request per minute, with a maximum of 100 phone numbers per request.
Possible Responses
Success Response | { "status": "success","data": [{"LeadStatus": "Fail","CampaignName": "Preview-dynamic","PhoneNumber": "99xxxxx3","LeadNumber": 54xxx89},{"LeadStatus": "FreshLead","CampaignName": "Preview-dynamic", "PhoneNumber": "9xxxxx3", "LeadNumber": 54376090 }, { "LeadNumber": 54376093, "LeadStatus": "FreshLead", "CampaignName": "Preview-dynamic", "PhoneNumber": "9xxxx3" }, { "LeadStatus": "FreshLead", "CampaignName": "Preview-dynamic", "LeadNumber": 54376094, "PhoneNumber": "9xxxx3" } ], "message": "success" } |
Passing Invalid Token Value | {""status"": ""false"",""message"": ""Invalid Token"", |
Missing Token Value | {"status": "false","message": "Token Should Not be Null or Empty.","data": null} |
Passing expired Token | {"status": "false","message": "Token Expired","data": null} |
Passing Invalid userName Value | {"status": "false","message": "Invalid User Details","data": null} |
Missing userName Value | {""status"": ""false"",""message"": ""Username Should Not be Null or Empty.", |
Passing Invalid phoneNumber Value | { ""status"": ""success"", |
Missing phoneNumber Value | phoneNumber Should Not be Null or Empty. |
More than 10 hits per minute | { ""status"": ""Error"", |