Authentication Header

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).
NameValueRemarks
SecretKeystringThis will be provided during the process of onboarding.
XApiKeystringThis will be provided during the process of onboarding.