Akeneo
Connector for the akeneo API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
http://demo.akeneo.com - Auth:
bearer(pass your key via theapiKeyinput)
Operations
get_endpoints— GET /api/rest/v1 — Get list of all endpointsget_asset_categories— GET /api/rest/v1/asset-categories — Get list of PAM asset categoriesget_asset_categories_code— GET /api/rest/v1/asset-categories/{code} — Get a PAM asset categoryget_asset_families— GET /api/rest/v1/asset-families — Get list of asset familiesget_assets— GET /api/rest/v1/asset-families/{asset_family_code}/assets — Get the list of the assets of a given asset familyget_assets_code— GET /api/rest/v1/asset-families/{asset_family_code}/assets/{code} — Get an asset of a given asset family
Inputs
apiKey— your akeneo API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: get_endpoints
apiKey: <your key>