Authentication
API Keys
API keys are utilized to grant limited access to a specific shop, typically for integration with third-party services.
Auth
Most APIs necessitate authorization. Auth APIs equip you with the tools to obtain and manage a JWT (JSON Web Token). This is also the place where you can reset your password if needed.
Roles
Roles streamline the management of your user permissions. There are built-in roles available, and you also have the option to create custom roles. Essentially, each role comprises a set of permissions and is identified by a specific name.