In this guide, you'll find all the documentation you need to get up and running with the DotApparel API.
The API endpoints utilise basic authentication and feature access control based on user roles. The different roles and their respective scopes are:
admin: has unrestricted access
maintainer: can use all POST, PUT, and GET methods except those linked to authentication
visitor: is only allowed to use GET methods
The admin user is responsible for managing the API users for authentication, which includes creating, updating, and deleting them. For more details, go to the Accounts page.