Skip to content

Install addon

POST
/marketplace/install
curl --request POST \
--url https://shoehorn.example.com/api/v1/marketplace/install \
--header 'Content-Type: application/json' \
--data '{ "slug": "example" }'

Installs an addon from the marketplace by slug.

Media type application/json
object
slug
required

Addon slug from marketplace

string
Example generated
{
"slug": "example"
}

Addon installed

Addon already installed