Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 1.25 KB

marketplace-http-api.md

File metadata and controls

41 lines (27 loc) · 1.25 KB
category
DevelopInDepth

Marketplace HTTP API

Endpoint:

https://plugins.matomo.org/api/

Versions

  • Version 1: Initial version
  • Version 2: Also returns paid plugins and / or hidden plugins (when authenticated via access token)

To set a version for an API call define the respecting version right after the endpoint. For example:

Authentication

To authenticate send an access_token parameter via POST (providing access_token using a GET query parameter does not work). Eg

This is only needed for accessing purchased premium features.

Methods

From Version 1

From Version 2