Metod Type:GET
Sample Response Body:
The last part
- HMAC ensures authenticity and integrity of API requests and responses.
- AES ensures confidentiality of payloads with symmetric encryption.
- Base64 encoding allows secure transmission of encrypted binary data over text-based protocols.
For best practices:
- Always validate Server-Authorization in responses.
- Use a new Traceid per request
- Protect and securely store the secretkey and symmetric key.