ms_ping
Check live connectivity and authentication to the Moysklad API. Returns success with token validity or error details to confirm token before other operations.
Instructions
Live connectivity + auth check: GET assortment?limit=1.
Returns {"ok": true, "status": 200, "data": {...}} when the token works, or the canonical error envelope (auth/forbidden/network/...) otherwise. Use this on the cabinet to confirm the token before anything else.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |