Download

Download

Download an existing icon by its unique id.

Request
URI
GET
https://{api_host}/icon/api/icons/{id}
COPY
Path Parameters
string
id
Required

Icon id


Authentication
This operation uses the following authentication methods.
Responses
200

Success - return the catalog icon.

Operation doesn't return any data structure

400

Invalid request - bad data.

Operation doesn't return any data structure

404

Icon not found.

Operation doesn't return any data structure

Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/icon/api/icons/{id}