Download Plugin 1

Download Plugin 1
Get a plug-in

Retrieves an installed plug-in's metadata

Request
URI
GET
https://{api_host}/plugins/{id}
COPY
Path Parameters
string
id
Required

id


Authentication
This operation uses the following authentication methods.
Responses
200

The plug-in metadata has been retrieved

Returns file of type(s) application/octet-stream
Operation doesn't return any data structure

401

The user is not authenticated

Returns file of type(s) application/octet-stream
Operation doesn't return any data structure

403

The user is not authorized

Returns file of type(s) application/octet-stream
Operation doesn't return any data structure

404

A plug-in with the provided ID does not exist

Returns file of type(s) application/octet-stream
Operation doesn't return any data structure

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