Profiles API
List profiles
Retrieve a list of all of your profiles.
The results are paginated.
🔑 Access with
Advanced access token with profiles.read
OAuth access with profiles.read
get/v2/profiles
Query parameters
fromstring
Example:pfl_QkEhN94Ba
Provide an ID to start the result set from the item with the given ID and onwards. This allows you to paginate the result set.
limitinteger nullable
Example:50
The maximum number of items to return. Defaults to 50 items.
Response
A list of profile objects.
Changes
No recorded changes to this endpoint across all 1 revision of this API.