Hello everyone!
Is there any way to use the service without any type of authentication? Every time I access the API, I need to use the Administrator account, but I would like a simpler method for access.
Thanks!
Hello,
Unfortunately, authentication is required to access the endpoints.
To make this process easier, I recommend using global environment variables in Postman (or any other REST client). This approach allows you to:
Thanks!