List Smart Views
Accepts:
- A `type` filter that accepts either `lead` or `contact`. Defaults to `lead`.
- A `type__in` filter that can be used to select multiple comma-separated types: `lead,contact`.
Authentication
AuthorizationBasic
Basic authentication of the form Basic <base64(username:)>.
OR
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
_limit
Number of results to return.
_skip
Number of results to skip before returning, for pagination.
type
type__in
Response
Successful response
data
has_more
Errors
400
Bad Request Error
401
Unauthorized Error
404
Not Found Error