Returns the list of campaigns in which the given phone numbers are currently added.
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
APIs Domain NameFor domestic ccaas - enter the domain: in1-ccaas-api.ozonetel.com
For international ccaas - enter the domain: api.ccaas.ozonetel.com
For Partners - enter the respective URL
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", |
| Passing Invalid Token Value | {""status"": ""false"",""message"": ""Invalid Token"", ""data"": null} |
| 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.", "data": null} |
| Passing Invalid phoneNumber Value | { ""status"": ""success"", ""data"": [], ""message"": ""success"" } |
| Missing phoneNumber Value | phoneNumber Should Not be Null or Empty. |
| More than 10 hits per minute | { ""status"": ""Error"", ""message"": ""Max limit exceeded"" } |
