Authentication headers are information that is specifically included in the header to verify the identity of the API requester.
Managing API Keys
- API keys should only be used for backend functions and not passed to the frontend.
- Any API keys provided must be kept secure and not uploaded to a version control system (for example, Git).
Name | Value | Remarks |
---|---|---|
SecretKey | string | This will be provided during the process of onboarding. |
XApiKey | string | This will be provided during the process of onboarding. |