This API operation returns a user's hotlist by specifying the hotlist id.
GET
/v1/HotLists/GetHotList
Property | Type | Description |
---|---|---|
ListID |
integer | Returns the hotlist with this id. |
ReturnMemberProfiles |
boolean | Returns the profile information for each member. |
Parameters can be passed to this operation using the HTTP GET method by passing parameters over the query string of the URI.
The REST API uses HTTP request headers to determine what data type is returned or to authenticate the developer's API key. More information can be found in the overview section.
This endpoint has the following optional headers:
Headers | Value | |
---|---|---|
X-MaskImages |
1 |
What's this? |
An Authorization header is required with every request and must contain the access_token of the user. More information can be found in the Access tokens page.
This endpoint requires the following scope:
Scope |
---|
profile_hotlist |
Property | Type | Description |
---|---|---|
HotList |
aws:HotList | The hotlist data. |
The following example shows a sample hotlist returned by the API.