Author: adunyt
Status: 🟢 Open
️ Tags: bug
Created at: 10.03.2025, 12:03:40
Updated at: 25.07.2025, 11:26:41
Error
When calling the partner methods (DeleteInstanceAccount, GetInstances, CreateInstance) with the correct partnerToken, a body with 401 error comes in response:
{
"code": 401,
"description": "Unauthorized"
}
Required
Fix 1C processing model
Level
SDK
Workaround
Use partner methods from Postman collection
Use partner methods from personal cabinet
Edit the partner method execution expression to the following:
ПодставитьПараметрыВСтроку("partner/%1/%2", Метод, ТокенПартнера)
Open on GitHub