To ensure the security and integrity of our API interactions, we have implemented an authentication mechanism that requires the use of an API Key. This API Key is a unique identifier that must be included in the header of each API request to authenticate the client making the request. By validating this key, we can confirm that the request is coming from a trusted source and grant access to the requested resources. It's crucial to keep this key confidential to prevent unauthorized access to the API.Example#
curl --request GET 'https://api.logictrade.cloud/rest/v1/orders/' \
--header 'api-key: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'
Modified at 2024-03-28 10:51:17