ms_ping
Checks API connectivity and authentication by sending a test request to the assortment endpoint, returning success status or error details.
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 |