List accessible products
GET
/product/access
Returns the names of all products the authenticated token has access to.
Authorizations
ApiKeyAuth
API token obtained via the /register endpoint. Pass as the X-Api-Token header on every request.
Type
API Key (header: X-Api-Token)
Responses
Product names accessible by the token.
application/json
JSON [ "my-lib", "other-lib" ]
[
]
GET
/product/access