GET /api/v1/apps/<product_id>/icon
Returns the icon of an application with a specified ID in form of a 96x96 px PNG file.
Tip: | It is recommended to use a 96x96 px replacement icon. |
Input Parameters
product_id | String The application identifier. |
Output Parameters
| Image PNG file of the application's icon. |
Usage Notes
The Accept: application/json HTTP header or the .json path extension must not be used with this REST request.