# No Auth

## 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.

<figure><img src="https://3281977978-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FvBFXjH9S1CAy9f5hzg5Q%2Fuploads%2F9lzLL1mvAMnFIMhItFlj%2Fnoauth2.png?alt=media&#x26;token=47f9353d-5be8-4bbf-a0a0-782f0293599a" alt=""><figcaption></figcaption></figure>

## Fields

<table><thead><tr><th width="190">Fields</th><th>Description</th></tr></thead><tbody><tr><td>Custom Headers</td><td>Custom headers in JSON format;</td></tr><tr><td>Headers</td><td>The custom headers in JSON format: <code>{"apiKey": "api_key_value"}</code></td></tr></tbody></table>

&#x20;

<br>
