{ "count": 123, "next": "http://api.example.org/accounts/?page=4", "previous": "http://api.example.org/accounts/?page=2", "results": [ { "id": 123, "email": "jsmith@example.com", "phone_number": "<string>", "metadata": "<any>", "modified_time": "2023-11-07T05:31:56Z", "created_time": "2023-11-07T05:31:56Z", "status": "UNKNOWN", "status_reason": "UNKNOWN", "lead_type": 123, "next_call_time": "<string>", "external_id": "<string>", "us_state": "AL", "lead_source": "<string>" } ] }
Lists all leads.
Token-based authentication with required prefix "Token"
A page number within the paginated result set.
Number of results to return per page.
The response is of type object.
object