Get Leads by Date Range
Returns the list of leads updated in a specific date range. The maximum number of leads returned through a single call is 5000.
Note:
- The supported DateTime format is UTC (YYYY-MM-DD HH:MM:SS).
- If Object Types are enabled on your account, in the response, the
LeadTypeis OT_0 by default. This means leads are the default Object Type. If you create custom object types, theLeadTypeis OT_1, OT_2, and so on. - If Object Types are not enabled in your account, you do not see any object type parameters in the response.
API URL
Request
Content-Type: application/json{
"Parameter":{
"FromDate":"2025-09-05 02:00:00",
"ToDate":"2026-02-02 02:20:00"
},
"Columns":{
"Include_CSV":"ProspectID,FirstName,LastName,EmailAddress,LeadType"
},
"Paging":{
"PageIndex":1,
"PageSize":100
},
"Sorting":{
"ColumnName":"ProspectAutoId",
"Direction":"1"
},
"Attribute":"LeadType",
"Value":"OT_1"
}
Request Parameters
| Parameter | Description |
|---|---|
| FromDate | The start date of your search in UTC (YYYY-MM-DD HH:MM:SS). |
| ToDate | The end date of your search in UTC (YYYY-MM-DD HH:MM:SS). |
| Include_CSV | The fields you want to include if you’re exporting to CSV.
|
| PageIndex | The results matching your criteria may be large. You can fetch the result in blocks of “PageSize” and make multiple calls to the API with increasing values of “PageIndex”. For example, you can specify “PageIndex”: 1, “PageSize”: 100 for the first call and specify “PageIndex”: 2, “PageSize”: 100 for the second call. |
| PageSize | The results matching your criteria may be large. You can fetch the result in blocks of “PageSize” and make multiple calls to the API with increasing values of “PageIndex”. For example, you can specify “PageIndex”: 1, “PageSize”: 100 for the first call and specify “PageIndex”: 2, “PageSize”: 100 for the second call. |
| Sorting | For the column you’re looking to sort, passing “1” will sort the most recent data first, while “0” will sort the oldest first. |
| LeadType | If Object Types are enabled on your account, the LeadType value is OT_0 by default, and you can change it to a custom value (OT_1, OT_2, and so on) only once, after which you cannot update it again. This is optional. |
Response
{
"RecordCount":19,
"Leads":[
{
"LeadPropertyList":[
{
"Attribute":"ProspectID",
"Value":"ce7d56da-7864-495e-9c09-3da7e034aac4",
"Fields":null
},
{
"Attribute":"FirstName",
"Value":null,
"Fields":null
},
{
"Attribute":"LastName",
"Value":null,
"Fields":null
},
{
"Attribute":"EmailAddress",
"Value":"Kalpana@gmail.com",
"Fields":null
},
{
"Attribute":"LeadType",
"Value":"OT_1",
"Fields":null
},
{
"Attribute":"ProspectAutoId",
"Value":"1042",
"Fields":null
},
{
"Attribute":"OwnerId",
"Value":"655fac78-fce3-11f0-ad41-02975fe78883",
"Fields":null
},
{
"Attribute":"CreatedOn",
"Value":"2026-01-29 08:51:16.000",
"Fields":null
},
{
"Attribute":"IsStarredLead",
"Value":"false",
"Fields":null
},
{
"Attribute":"IsTaggedLead",
"Value":"0",
"Fields":null
},
{
"Attribute":"CanUpdate",
"Value":"true",
"Fields":null
},
{
"Attribute":"Total",
"Value":"19",
"Fields":null
}
]
},
{
"LeadPropertyList":[
{
"Attribute":"ProspectID",
"Value":"95e9618d-e20b-44d0-bb3f-2dbbf268d2fb",
"Fields":null
},
{
"Attribute":"FirstName",
"Value":null,
"Fields":null
},
{
"Attribute":"LastName",
"Value":null,
"Fields":null
},
{
"Attribute":"EmailAddress",
"Value":"sia@gmail.com",
"Fields":null
},
{
"Attribute":"LeadType",
"Value":"OT_1",
"Fields":null
},
{
"Attribute":"ProspectAutoId",
"Value":"1041",
"Fields":null
},
{
"Attribute":"OwnerId",
"Value":"655fac78-fce3-11f0-ad41-02975fe78883",
"Fields":null
},
{
"Attribute":"CreatedOn",
"Value":"2026-01-29 08:51:07.000",
"Fields":null
},
{
"Attribute":"IsStarredLead",
"Value":"false",
"Fields":null
},
{
"Attribute":"IsTaggedLead",
"Value":"0",
"Fields":null
},
{
"Attribute":"CanUpdate",
"Value":"true",
"Fields":null
},
{
"Attribute":"Total",
"Value":"19",
"Fields":null
}
]
},
{
"LeadPropertyList":[
{
"Attribute":"ProspectID",
"Value":"9726b73c-6cb4-4681-966b-223155baab0f",
"Fields":null
},
{
"Attribute":"FirstName",
"Value":"Pramila",
"Fields":null
},
{
"Attribute":"LastName",
"Value":"Marthur",
"Fields":null
},
{
"Attribute":"EmailAddress",
"Value":null,
"Fields":null
},
{
"Attribute":"LeadType",
"Value":"OT_5",
"Fields":null
},
{
"Attribute":"ProspectAutoId",
"Value":"1038",
"Fields":null
},
{
"Attribute":"OwnerId",
"Value":"655fac78-fce3-11f0-ad41-02975fe78883",
"Fields":null
},
{
"Attribute":"CreatedOn",
"Value":"2026-01-29 08:31:42.000",
"Fields":null
},
{
"Attribute":"IsStarredLead",
"Value":"false",
"Fields":null
},
{
"Attribute":"IsTaggedLead",
"Value":"0",
"Fields":null
},
{
"Attribute":"CanUpdate",
"Value":"true",
"Fields":null
},
{
"Attribute":"Total",
"Value":"19",
"Fields":null
}
]
},
{
"LeadPropertyList":[
{
"Attribute":"ProspectID",
"Value":"b6520cb4-d0ff-41ef-94bc-1442cc6e0cda",
"Fields":null
},
{
"Attribute":"FirstName",
"Value":"Credit card",
"Fields":null
},
{
"Attribute":"LastName",
"Value":null,
"Fields":null
},
{
"Attribute":"EmailAddress",
"Value":"credit@gmail.com",
"Fields":null
},
{
"Attribute":"LeadType",
"Value":"OT_3",
"Fields":null
},
{
"Attribute":"ProspectAutoId",
"Value":"1036",
"Fields":null
},
{
"Attribute":"OwnerId",
"Value":"655fac78-fce3-11f0-ad41-02975fe78883",
"Fields":null
},
{
"Attribute":"CreatedOn",
"Value":"2026-01-29 07:48:28.000",
"Fields":null
},
{
"Attribute":"IsStarredLead",
"Value":"false",
"Fields":null
},
{
"Attribute":"IsTaggedLead",
"Value":"0",
"Fields":null
},
{
"Attribute":"CanUpdate",
"Value":"true",
"Fields":null
},
{
"Attribute":"Total",
"Value":"19",
"Fields":null
}
]
},
{
"LeadPropertyList":[
{
"Attribute":"ProspectID",
"Value":"b5a4413a-fd4b-464f-9db6-36b20abb8b3e",
"Fields":null
},
{
"Attribute":"FirstName",
"Value":null,
"Fields":null
},
{
"Attribute":"LastName",
"Value":null,
"Fields":null
},
{
"Attribute":"EmailAddress",
"Value":"sarahadams@gmail.com",
"Fields":null
},
{
"Attribute":"LeadType",
"Value":"OT_1",
"Fields":null
},
{
"Attribute":"ProspectAutoId",
"Value":"1034",
"Fields":null
},
{
"Attribute":"OwnerId",
"Value":"7511e6c2-9df5-11f0-91df-068012126923",
"Fields":null
},
{
"Attribute":"CreatedOn",
"Value":"2025-12-02 10:37:06.000",
"Fields":null
},
{
"Attribute":"IsStarredLead",
"Value":"false",
"Fields":null
},
{
"Attribute":"IsTaggedLead",
"Value":"0",
"Fields":null
},
{
"Attribute":"CanUpdate",
"Value":"true",
"Fields":null
},
{
"Attribute":"Total",
"Value":"19",
"Fields":null
}
]
},
{
"LeadPropertyList":[
{
"Attribute":"ProspectID",
"Value":"b0a5f1ab-7546-4264-8af7-f69dea2992a3",
"Fields":null
},
{
"Attribute":"FirstName",
"Value":"Ann Jacob",
"Fields":null
},
{
"Attribute":"LastName",
"Value":null,
"Fields":null
},
{
"Attribute":"EmailAddress",
"Value":"ann.jacob@example.com",
"Fields":null
},
{
"Attribute":"LeadType",
"Value":"OT_4",
"Fields":null
},
{
"Attribute":"ProspectAutoId",
"Value":"1028",
"Fields":null
},
{
"Attribute":"OwnerId",
"Value":"7511e6c2-9df5-11f0-91df-068012126923",
"Fields":null
},
{
"Attribute":"CreatedOn",
"Value":"2025-11-04 09:41:35.000",
"Fields":null
},
{
"Attribute":"IsStarredLead",
"Value":"false",
"Fields":null
},
{
"Attribute":"IsTaggedLead",
"Value":"0",
"Fields":null
},
{
"Attribute":"CanUpdate",
"Value":"true",
"Fields":null
},
{
"Attribute":"Total",
"Value":"19",
"Fields":null
}
]
},
{
"LeadPropertyList":[
{
"Attribute":"ProspectID",
"Value":"a9d584b9-3a5f-4506-8575-c35f30a8cca9",
"Fields":null
},
{
"Attribute":"FirstName",
"Value":"Chris",
"Fields":null
},
{
"Attribute":"LastName",
"Value":"Jacob",
"Fields":null
},
{
"Attribute":"EmailAddress",
"Value":"chrisjake@example.com",
"Fields":null
},
{
"Attribute":"LeadType",
"Value":"OT_3",
"Fields":null
},
{
"Attribute":"ProspectAutoId",
"Value":"1027",
"Fields":null
},
{
"Attribute":"OwnerId",
"Value":"7511e6c2-9df5-11f0-91df-068012126923",
"Fields":null
},
{
"Attribute":"CreatedOn",
"Value":"2025-11-04 09:41:11.000",
"Fields":null
},
{
"Attribute":"IsStarredLead",
"Value":"false",
"Fields":null
},
{
"Attribute":"IsTaggedLead",
"Value":"0",
"Fields":null
},
{
"Attribute":"CanUpdate",
"Value":"true",
"Fields":null
},
{
"Attribute":"Total",
"Value":"19",
"Fields":null
}
]
},
{
"LeadPropertyList":[
{
"Attribute":"ProspectID",
"Value":"2d689df7-8e95-4b37-b1cd-65732324045d",
"Fields":null
},
{
"Attribute":"FirstName",
"Value":"Cyril",
"Fields":null
},
{
"Attribute":"LastName",
"Value":"Adams",
"Fields":null
},
{
"Attribute":"EmailAddress",
"Value":"cyriladams@example.com",
"Fields":null
},
{
"Attribute":"LeadType",
"Value":"OT_3",
"Fields":null
},
{
"Attribute":"ProspectAutoId",
"Value":"1026",
"Fields":null
},
{
"Attribute":"OwnerId",
"Value":"7511e6c2-9df5-11f0-91df-068012126923",
"Fields":null
},
{
"Attribute":"CreatedOn",
"Value":"2025-11-04 09:32:01.000",
"Fields":null
},
{
"Attribute":"IsStarredLead",
"Value":"false",
"Fields":null
},
{
"Attribute":"IsTaggedLead",
"Value":"0",
"Fields":null
},
{
"Attribute":"CanUpdate",
"Value":"true",
"Fields":null
},
{
"Attribute":"Total",
"Value":"19",
"Fields":null
}
]
},
{
"LeadPropertyList":[
{
"Attribute":"ProspectID",
"Value":"234bb253-7a5d-4513-8a5c-2ab6d83d8eea",
"Fields":null
},
{
"Attribute":"FirstName",
"Value":"Sarah Adams",
"Fields":null
},
{
"Attribute":"LastName",
"Value":null,
"Fields":null
},
{
"Attribute":"EmailAddress",
"Value":"sarahadams@example.com",
"Fields":null
},
{
"Attribute":"LeadType",
"Value":"OT_4",
"Fields":null
},
{
"Attribute":"ProspectAutoId",
"Value":"1025",
"Fields":null
},
{
"Attribute":"OwnerId",
"Value":"7511e6c2-9df5-11f0-91df-068012126923",
"Fields":null
},
{
"Attribute":"CreatedOn",
"Value":"2025-11-04 09:31:23.000",
"Fields":null
},
{
"Attribute":"IsStarredLead",
"Value":"false",
"Fields":null
},
{
"Attribute":"IsTaggedLead",
"Value":"0",
"Fields":null
},
{
"Attribute":"CanUpdate",
"Value":"true",
"Fields":null
},
{
"Attribute":"Total",
"Value":"19",
"Fields":null
}
]
},
{
"LeadPropertyList":[
{
"Attribute":"ProspectID",
"Value":"bd595fc2-3678-4004-9ac6-65bfd1caadb5",
"Fields":null
},
{
"Attribute":"FirstName",
"Value":"Nivas",
"Fields":null
},
{
"Attribute":"LastName",
"Value":"Ravi",
"Fields":null
},
{
"Attribute":"EmailAddress",
"Value":"nivas@leadsquard.com",
"Fields":null
},
{
"Attribute":"LeadType",
"Value":"OT_0",
"Fields":null
},
{
"Attribute":"ProspectAutoId",
"Value":"1024",
"Fields":null
},
{
"Attribute":"OwnerId",
"Value":"7511e6c2-9df5-11f0-91df-068012126923",
"Fields":null
},
{
"Attribute":"CreatedOn",
"Value":"2025-11-04 09:07:42.000",
"Fields":null
},
{
"Attribute":"IsStarredLead",
"Value":"false",
"Fields":null
},
{
"Attribute":"IsTaggedLead",
"Value":"0",
"Fields":null
},
{
"Attribute":"CanUpdate",
"Value":"true",
"Fields":null
},
{
"Attribute":"Total",
"Value":"19",
"Fields":null
}
]
},
{
"LeadPropertyList":[
{
"Attribute":"ProspectID",
"Value":"76b00e68-b314-11f0-91df-068012126923",
"Fields":null
},
{
"Attribute":"FirstName",
"Value":"Aishwarya",
"Fields":null
},
{
"Attribute":"LastName",
"Value":"Lsq",
"Fields":null
},
{
"Attribute":"EmailAddress",
"Value":"aishwarya.lsq@acmecorp.com",
"Fields":null
},
{
"Attribute":"LeadType",
"Value":"OT_4",
"Fields":null
},
{
"Attribute":"ProspectAutoId",
"Value":"1022",
"Fields":null
},
{
"Attribute":"OwnerId",
"Value":"0d31d53e-5b8d-11f0-91df-068012126923",
"Fields":null
},
{
"Attribute":"CreatedOn",
"Value":"2025-10-27 09:09:05.000",
"Fields":null
},
{
"Attribute":"IsStarredLead",
"Value":"false",
"Fields":null
},
{
"Attribute":"IsTaggedLead",
"Value":"0",
"Fields":null
},
{
"Attribute":"CanUpdate",
"Value":"true",
"Fields":null
},
{
"Attribute":"Total",
"Value":"19",
"Fields":null
}
]
},
{
"LeadPropertyList":[
{
"Attribute":"ProspectID",
"Value":"e65eac7f-b312-11f0-91df-068012126923",
"Fields":null
},
{
"Attribute":"FirstName",
"Value":"John",
"Fields":null
},
{
"Attribute":"LastName",
"Value":"Smith",
"Fields":null
},
{
"Attribute":"EmailAddress",
"Value":"john.smith@acmecorp.com",
"Fields":null
},
{
"Attribute":"LeadType",
"Value":"OT_4",
"Fields":null
},
{
"Attribute":"ProspectAutoId",
"Value":"1021",
"Fields":null
},
{
"Attribute":"OwnerId",
"Value":"0d31d53e-5b8d-11f0-91df-068012126923",
"Fields":null
},
{
"Attribute":"CreatedOn",
"Value":"2025-10-27 08:58:19.000",
"Fields":null
},
{
"Attribute":"IsStarredLead",
"Value":"false",
"Fields":null
},
{
"Attribute":"IsTaggedLead",
"Value":"0",
"Fields":null
},
{
"Attribute":"CanUpdate",
"Value":"true",
"Fields":null
},
{
"Attribute":"Total",
"Value":"19",
"Fields":null
}
]
},
{
"LeadPropertyList":[
{
"Attribute":"ProspectID",
"Value":"54040183-0401-4cb9-a99d-6946b071d4e5",
"Fields":null
},
{
"Attribute":"FirstName",
"Value":"Binavi",
"Fields":null
},
{
"Attribute":"LastName",
"Value":"S",
"Fields":null
},
{
"Attribute":"EmailAddress",
"Value":"binav@gmail.com",
"Fields":null
},
{
"Attribute":"LeadType",
"Value":"OT_3",
"Fields":null
},
{
"Attribute":"ProspectAutoId",
"Value":"1008",
"Fields":null
},
{
"Attribute":"OwnerId",
"Value":"0d31d53e-5b8d-11f0-91df-068012126923",
"Fields":null
},
{
"Attribute":"CreatedOn",
"Value":"2025-10-03 09:32:51.000",
"Fields":null
},
{
"Attribute":"IsStarredLead",
"Value":"false",
"Fields":null
},
{
"Attribute":"IsTaggedLead",
"Value":"0",
"Fields":null
},
{
"Attribute":"CanUpdate",
"Value":"true",
"Fields":null
},
{
"Attribute":"Total",
"Value":"19",
"Fields":null
}
]
},
{
"LeadPropertyList":[
{
"Attribute":"ProspectID",
"Value":"a3216312-ff71-46c8-92b6-4d45a656a032",
"Fields":null
},
{
"Attribute":"FirstName",
"Value":null,
"Fields":null
},
{
"Attribute":"LastName",
"Value":null,
"Fields":null
},
{
"Attribute":"EmailAddress",
"Value":"bhaludivad@gmail.com",
"Fields":null
},
{
"Attribute":"LeadType",
"Value":"OT_2",
"Fields":null
},
{
"Attribute":"ProspectAutoId",
"Value":"1007",
"Fields":null
},
{
"Attribute":"OwnerId",
"Value":"0d31d53e-5b8d-11f0-91df-068012126923",
"Fields":null
},
{
"Attribute":"CreatedOn",
"Value":"2025-09-15 23:40:03.000",
"Fields":null
},
{
"Attribute":"IsStarredLead",
"Value":"false",
"Fields":null
},
{
"Attribute":"IsTaggedLead",
"Value":"0",
"Fields":null
},
{
"Attribute":"CanUpdate",
"Value":"true",
"Fields":null
},
{
"Attribute":"Total",
"Value":"19",
"Fields":null
}
]
},
{
"LeadPropertyList":[
{
"Attribute":"ProspectID",
"Value":"d4a4df3a-bc89-417c-80c5-a327903deae1",
"Fields":null
},
{
"Attribute":"FirstName",
"Value":null,
"Fields":null
},
{
"Attribute":"LastName",
"Value":null,
"Fields":null
},
{
"Attribute":"EmailAddress",
"Value":"lb2c@gmail.com",
"Fields":null
},
{
"Attribute":"LeadType",
"Value":"OT_1",
"Fields":null
},
{
"Attribute":"ProspectAutoId",
"Value":"1006",
"Fields":null
},
{
"Attribute":"OwnerId",
"Value":"0d31d53e-5b8d-11f0-91df-068012126923",
"Fields":null
},
{
"Attribute":"CreatedOn",
"Value":"2025-09-15 23:38:11.000",
"Fields":null
},
{
"Attribute":"IsStarredLead",
"Value":"false",
"Fields":null
},
{
"Attribute":"IsTaggedLead",
"Value":"0",
"Fields":null
},
{
"Attribute":"CanUpdate",
"Value":"true",
"Fields":null
},
{
"Attribute":"Total",
"Value":"19",
"Fields":null
}
]
},
{
"LeadPropertyList":[
{
"Attribute":"ProspectID",
"Value":"7fa1a085-9040-4552-9452-954fac0c805d",
"Fields":null
},
{
"Attribute":"FirstName",
"Value":null,
"Fields":null
},
{
"Attribute":"LastName",
"Value":null,
"Fields":null
},
{
"Attribute":"EmailAddress",
"Value":"bpappu@gmail.com",
"Fields":null
},
{
"Attribute":"LeadType",
"Value":"OT_2",
"Fields":null
},
{
"Attribute":"ProspectAutoId",
"Value":"1005",
"Fields":null
},
{
"Attribute":"OwnerId",
"Value":"0d31d53e-5b8d-11f0-91df-068012126923",
"Fields":null
},
{
"Attribute":"CreatedOn",
"Value":"2025-09-15 23:37:32.000",
"Fields":null
},
{
"Attribute":"IsStarredLead",
"Value":"false",
"Fields":null
},
{
"Attribute":"IsTaggedLead",
"Value":"0",
"Fields":null
},
{
"Attribute":"CanUpdate",
"Value":"true",
"Fields":null
},
{
"Attribute":"Total",
"Value":"19",
"Fields":null
}
]
},
{
"LeadPropertyList":[
{
"Attribute":"ProspectID",
"Value":"e6b5a9f1-d402-43a7-846f-7fc4fd3a199f",
"Fields":null
},
{
"Attribute":"FirstName",
"Value":null,
"Fields":null
},
{
"Attribute":"LastName",
"Value":null,
"Fields":null
},
{
"Attribute":"EmailAddress",
"Value":"v2v@gmail.com",
"Fields":null
},
{
"Attribute":"LeadType",
"Value":"OT_2",
"Fields":null
},
{
"Attribute":"ProspectAutoId",
"Value":"1004",
"Fields":null
},
{
"Attribute":"OwnerId",
"Value":"e0b37c54-5b1c-11f0-a986-06c72fc46c23",
"Fields":null
},
{
"Attribute":"CreatedOn",
"Value":"2025-09-15 23:35:40.000",
"Fields":null
},
{
"Attribute":"IsStarredLead",
"Value":"false",
"Fields":null
},
{
"Attribute":"IsTaggedLead",
"Value":"0",
"Fields":null
},
{
"Attribute":"CanUpdate",
"Value":"true",
"Fields":null
},
{
"Attribute":"Total",
"Value":"19",
"Fields":null
}
]
},
{
"LeadPropertyList":[
{
"Attribute":"ProspectID",
"Value":"93d30f0d-0d10-4116-a27e-b5c1f64c8601",
"Fields":null
},
{
"Attribute":"FirstName",
"Value":null,
"Fields":null
},
{
"Attribute":"LastName",
"Value":null,
"Fields":null
},
{
"Attribute":"EmailAddress",
"Value":"g2func@gmail.com",
"Fields":null
},
{
"Attribute":"LeadType",
"Value":"OT_1",
"Fields":null
},
{
"Attribute":"ProspectAutoId",
"Value":"1003",
"Fields":null
},
{
"Attribute":"OwnerId",
"Value":"e0b37c54-5b1c-11f0-a986-06c72fc46c23",
"Fields":null
},
{
"Attribute":"CreatedOn",
"Value":"2025-07-07 23:54:34.000",
"Fields":null
},
{
"Attribute":"IsStarredLead",
"Value":"false",
"Fields":null
},
{
"Attribute":"IsTaggedLead",
"Value":"0",
"Fields":null
},
{
"Attribute":"CanUpdate",
"Value":"true",
"Fields":null
},
{
"Attribute":"Total",
"Value":"19",
"Fields":null
}
]
},
{
"LeadPropertyList":[
{
"Attribute":"ProspectID",
"Value":"3f0c857e-e718-4c31-a109-af97849654eb",
"Fields":null
},
{
"Attribute":"FirstName",
"Value":null,
"Fields":null
},
{
"Attribute":"LastName",
"Value":null,
"Fields":null
},
{
"Attribute":"EmailAddress",
"Value":"rhythmj45@gmail.com",
"Fields":null
},
{
"Attribute":"LeadType",
"Value":"OT_1",
"Fields":null
},
{
"Attribute":"ProspectAutoId",
"Value":"1001",
"Fields":null
},
{
"Attribute":"OwnerId",
"Value":"e0b37c54-5b1c-11f0-a986-06c72fc46c23",
"Fields":null
},
{
"Attribute":"CreatedOn",
"Value":"2025-07-07 17:52:42.000",
"Fields":null
},
{
"Attribute":"IsStarredLead",
"Value":"false",
"Fields":null
},
{
"Attribute":"IsTaggedLead",
"Value":"0",
"Fields":null
},
{
"Attribute":"CanUpdate",
"Value":"true",
"Fields":null
},
{
"Attribute":"Total",
"Value":"19",
"Fields":null
}
]
}
]
}
HTTP Response Codes
| Code | Description |
|---|---|
| 200 OK | This is the status code for successful API call. |
| 401 Unauthorized | The API call was made with invalid access credentials. Check your AccessKey and SecretKey. |
| 400 Bad Request | The message body on the request is not as per API specification. Make sure that content type is set to “application/json” and the JSON body has correct attribute names and structure. |
| 404 Not Found | The API could not be found. Please check the API signature. |
| 429 Too Many Requests | API calls exceeded the limit of 25 in 5 second(s) |
| 500 Internal Server Error | The API called failed. There could be many reasons for it. Check the exception message to get more details. |

