Skip to main content
This article explains the available endpoints for the Profiles API. The Profiles API enables you to search for and retrieve profiles. Below are the available endpoints:

1. Search Profiles

The Search Profiles endpoint allows you to search for profiles in a specified collection. You can use the endpoint to search for profiles by product ID, collection name, search string, and more.

Request Parameters

The Search Profiles endpoint supports the following parameters:

Response Payload

The response payload of the Search Profiles endpoint will contain the search results based on the provided parameters. Below is an example of a response object:
JSON

2. Get A Profile

The Get A Profile endpoint allows you to retrieve a specific profile by ID. You can use this endpoint to retrieve a single profile from a specified collection.

Request Parameters

The Get A Profile endpoint supports the following parameters:

Response Payload

The response payload of the Get A Profile endpoint will contain the requested profile information, as shown in the example below.
JSON

3. Get Multiple Profiles

The Get Multiple Profiles endpoint allows you to retrieve multiple profiles at once. You can use this endpoint to retrieve multiple profiles from a specified collection by providing a list of profile paths.

Request Parameters

The Get Multiple Profiles endpoint supports the following parameters:

Response Payload

The response payload of the Get Multiple Profiles endpoint will contain the requested profile information for multiple profiles. Below is a response example for multiple profiles.
JSON