Pagination
{
"data": [
{
...
}
...
],
"meta": {
"limit": 50,
"nextPageUrl": "/api/v1/identify?limit=50...", // or null
"previousPageUrl": "/api/v1/identify?limit=50...", // or null
"url": "/api/v1/identifiy?limit=50"
}
}Parameters
Name
Type
Description
Response
Name
Type
Description
Last updated