POST Get Token

https://maxstore.co.il/api/get-token

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.

Body

urlencoded
  • api_key
    egf748ccdr43h3a required
  • api_secret
    elwjyji7hirmauo required
cURL Python JavaScript Go PHP
curl --location 'https://maxstore.co.il/api/get-token' \
--data-urlencode 'api_key=egf748ccdr43h3a' \
--data-urlencode 'api_secret=elwjyji7hirmauo' \
icon
200 400
icon

Body

urlencoded
  • api_key
    egf748ccdr43h3a required
  • api_secret
    elwjyji7hirmauo required