1. Авторизация
curl --location 'https://api.halykmarket.com/api/merchant/v1/auth' \
--header 'Content-Type: application/json' \
--data '{
"grant_type": "client_credentials",
"client_id": "ваш client id",
"client_secret": "ваш client secret"
}'{
"success": true,
"access_token": "ваш токен",
"expires_in": "14400",
"refresh_token": "",
"scope": "hm_merchant_api",
"security_level": null,
"token_type": "Bearer"
}Последнее обновление