Rest Api

Rest Api is diabled by default for security reasons, to enable it edit env.php and set REST to true. defined('REST') || define('REST', true); Authentication Authentication is done with HTTP Authori

GraphQL

GraphQL Api is diabled by default for security reasons, to enable it edit env.php and set GRAPHQL to true. defined('GRAPHQL') || define('GRAPHQL', true); Authentication Authentication is done with