Closed ArtemKolodko closed 2 years ago
1) Added new env variable API_REST_ACCESS_KEY=
API_REST_ACCESS_KEY=
API_REST_ACCESS_KEY is an empty string by default. The api key will only work if the variable is set.
2) To access to REST API, add following header to every request: rest_api_key=<API_REST_ACCESS_KEY>
rest_api_key=<API_REST_ACCESS_KEY>
1) Added new env variable
API_REST_ACCESS_KEY=
API_REST_ACCESS_KEY is an empty string by default. The api key will only work if the variable is set.
2) To access to REST API, add following header to every request:
rest_api_key=<API_REST_ACCESS_KEY>