Download Plugin 1

Download Plugin 1

Retrieves an installed plug-in's metadata

Request
URI
GET
https://{api_host}/vco/api/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
[
    {}
]

401

The user is not authenticated

Returns file of type(s) application/octet-stream
[
    {}
]

403

The user is not authorized

Returns file of type(s) application/octet-stream
[
    {}
]

404

A plug-in with the provided ID does not exist

Returns file of type(s) application/octet-stream
[
    {}
]

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