API Reference

Authentication overview

Authentication is the process of verifying the identity of the site. To keep communication on Heedjy’s platform safe and secure, all apps / sites connecting with Heedjy must authenticate when making API calls.

Authorization is the process of giving permissions to apps. When authenticated, an app can access all api-accessible data in a store, with the scope of "administrator" (api scopes will be coming soon)

You can generate your API Keys by logging as a marketplace Admin into the Marketplace Portal, and clicking on My Settings -> Integrations.

1089