Skip to content

Call addon route (POST)

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

Proxies a POST request to the addon’s handleRoute() function.

slug
required
string
path
required
string
Media type application/json
object
Example generated
{}

Addon response