{
"status": "success",
"data": {
"current_page": 1,
"data": [
{
"id": 1,
"firstname": "Mahmoud",
"lastname": "Elsayed",
"company": "RASL",
"type": "lead",
"email": "mahmoud@example.com",
"phone": "+201XXXXXXXXX",
"source_id": 1,
"status_id": 1,
"description": "Interested in premium services",
"country_id": 101,
"group_id": [
1,
2
],
"created_at": "2024-02-08T10:00:00.000000Z",
"updated_at": "2024-02-08T10:00:00.000000Z"
}
],
"first_page_url": "https://getrasl.io/api/v1/tenantx/contacts?page=1",
"from": 1,
"last_page": 7,
"last_page_url": "https://getrasl.io/api/v1/tenantx/contacts?page=7",
"links": [
{
"url": null,
"label": "« Previous",
"active": false
},
{
"url": "https://getrasl.io/api/v1/tenantx/contacts?page=1",
"label": "1",
"active": true
}
],
"next_page_url": "https://getrasl.io/api/v1/tenantx/contacts?page=2",
"path": "https://getrasl.io/api/v1/tenantx/contacts",
"per_page": 15,
"prev_page_url": null,
"to": 15,
"total": 100
}
}