This documentation is under development.
{ "data": [ { "id": 0, "email": "john.doe@email.com", "first_name": "John", "last_name": "Doe", "title": "Broker", "phone": "123445678", "phone_2": "string", "company": "Lease Inc.", "location": "New Jersey", "image": { "url": "https://example.com/path/to/filename-01.jpg", "filename": "filename-01.jpg", "description": "File description / Image caption", "filepath": "string" }, "url": "http://example.com", "property_ids": [ 1234 ] } ], "pagination": { "total_items": 10, "current_page": 1, "has_next_page": true, "page_count": 2 } }