Returns every resource alias for your account with filter options available as query parameters.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The number of profiles to retrieve per paginated request.
The current page of results you are requesting. This indicates how many documents to skip based on the provided limit.
A comma separated list of consumer keys to filter by.
"group1,group2,group3"
A comma separated list of resource IDs to filter by.
"507f1f77bcf86cd799439011,6592008029c8c3e4dc76256c"
A specific resource type to filter by. If not provided will return all resource aliases regardless of type.
profile Success
Standard response object for successful requests that return an array of resources. Used for list endpoints in the Profile Behavior API.