API Endpoints Auth
The API Endpoints Auth works as a Credentials Vault that can be use for your API Destinations
Found in Settings > Integrations > API Auth
The List presents the Name & ID of each pair of credentials, listing in how many API Destinations is being used and longevity

New API Auth
Name the credentials pair for future reutilization within the platform
Request Headers:
Request headers are a set of key-value pairs that are sent along with an HTTP request to provide additional information about the request to the server. They are used to specify the client's capabilities, the desired content formats, authentication credentials, and other relevant details. Request headers are essential for enabling efficient and secure communication between clients and servers.
Current available Authentication Credentials and therefore Methods are:
- Basic Auth: Basic authentication is a simple authentication scheme that uses a username and password pair to authenticate the client. The credentials are encoded in Base64 and sent in the Authorization header.
- Custom Custom authentication refers to any authentication scheme that is not standardized. It typically involves sending a custom header with a specific name and value that the server recognizes as valid authentication credentials.

Edit API Auth
In case you need update the selected API Auth, click on Edit and you’ll access the details screen. The Name can be edited, and in both scenarios:
- Basic Auth: Username and Password can be updated, although, the Password cannot be visualized due to security compliance reasons.
- Custom Custom: Name and Value can be updated, although, the Value cannot be visualized due to security compliance reasons.
