FAQ
Developer hub
Authentication
No Auth

No Auth

No authentication is used when accessing public APIs or endpoints that don't require user identification or authorization.

Use Cases:

  • Public APIs with open access.

  • Endpoints serving non-sensitive data.

Security Considerations:

  • No security measures; anyone can access the resource.

  • Not suitable for sensitive or user-specific data.

Prev