In order to get API Token you will need to send a request to /get-token with your credentials (api_key and api_secret). You can access your API Secret Key by logging into your account.
curl --location 'https://maxstore.co.il/api/get-token' \
--data-urlencode 'api_key=egf748ccdr43h3a' \
--data-urlencode 'api_secret=elwjyji7hirmauo' \