The Create Addons API is used to retrieve informations about a specific addon or a list of addons available on the website.
The API base URL is http://localhost:3000/api
.
GET /api/addons
- Retrieve a list of addons.GET /api/addons/:slug
- Retrieve a secific addon.