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).
Name | Value | Remark |
---|---|---|
x-api-key | string | This will be provided during the onboarding process. |
x-api-secret | string | This will be provided during the onboarding process. |