Authentication headers for Setel partners

Authentication headers are information included in the header specifically to verify the identity of the API requester.

❗️

Handling API keys

  • API keys are strictly for backend functions and should not be passed to the frontend.
  • Any API keys granted must be kept secure and not uploaded to any version control system (e.g. Git).
NameValueRemark
x-api-keystringThis will be provided during the onboarding process.
x-api-secretstringThis will be provided during the onboarding process.