Skip to main content
4-Participant
June 23, 2025
Solved

Configuration API Service Without Authentication

  • June 23, 2025
  • 1 reply
  • 380 views

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!

Best answer by rajskumar

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:

  • Reuse values across multiple requests
  • Easily manage authentication tokens

Thanks!

1 reply

rajskumar16-PearlAnswer
16-Pearl
June 23, 2025

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:

  • Reuse values across multiple requests
  • Easily manage authentication tokens

Thanks!