action akeneo_get_endpoints { label: "Get list of all endpoints" description: "This endpoint allows you to get the list of all the available endpoints. No need to be authenticated to use this endpoint." provider: akeneo method: GET path: "/api/rest/v1" encoding: json output: { type: "object" additionalProperties: true } }