No Auth

Integrate with applications requiring no authenticaiton

Overview

Applications that do not deal with sensitive data often do not require authentication. When there is no authentication, you might need additional headers, depending on the system you are trying to integrate with. Review the system you’re integrating with to understand how it handles requests and then apply the appropriate headers accordingly.

Fields

Fields
Description

Custom Headers

Custom headers in JSON format;

Headers

The custom headers in JSON format: {"apiKey": "api_key_value"}

Last updated

Was this helpful?