Retrieve all profiles
This API lets you fetch all profiles created by your account.
API Endpoint
Arguments
limit integer | Denotes the number of results per page. The maximum number of results that can be fetched is 20. Defaults to 20. |
offset integer | Denotes the number of value items by which the results should be offset. Defaults to 0. Read more about offset-based pagination. |
entity_type string | Filter by entity_type. Allowed values: |
type string | Filter by profile_type. Allowed values: |
vertical string | Filter by vertical. Allowed values: |
Returns
api_id for the request and a dictionary with an objects property that contains a list of up to 20 profiles. Each tuple in the list is a separate profile object.