---
title: "Check Guarantee"
method: POST
path: "/{item_id}/check-guarantee"
tags: ["Accounts managing"]
---

# Check Guarantee

`POST /{item_id}/check-guarantee`

Checks the guarantee and cancels it if there are reasons to cancel it.

## Path parameters

- `item_id` integer, required — Item id.

## Response `200`

Successful Response.

- object
  - `message` string, required
  - `system_info` RespSystemInfo, required
    - `rate_limit` object, required
      - `limit` integer, required
      - `remaining` integer, required
      - `reset` integer, required
      - `bucket` string
    - `visitor_id` integer, required
    - `time` integer, required
    - `log_id` integer, required

## Other responses

- `400` — There is no reason to cancel the warranty for this account
- `401` — Unauthorized
- `403` — Error Response.
- `404` — Error Response.

---

[API](https://skmtc.net/lzt/apis/lolzteam-public-api-market.md) · [All operations](https://skmtc.net/lzt/apis/lolzteam-public-api-market/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lzt/lolzteam-public-api-market/revisions/e939f4b36a9f/schema)
