---
title: "Create Claim"
method: POST
path: "/claims"
tags: ["Accounts managing"]
---

# Create Claim

`POST /claims`

Create a claim.

## Request body

- object
  - `item_id` integer, required — Item id.
  - `post_body` string, required — You should describe what's happened. - describe the situation in a nutshell. If you wish, you can describe the situation in more detail using the "Spoiler" function. - attach screenshots of correspondence. You must upload to the site [Imgur](https://imgur.com/upload) - other evidence; - notify the respondent about the complaint you created, familiarize him with hidden content Describe the situation in as much detail as possible.

## Response `200`

Successful Response.

- object
  - `thread` object, required
    - `thread_id` integer, required
    - `forum_id` integer, required
    - `thread_title` string, required
    - `thread_view_count` integer, required
    - `creator_user_id` integer, required
    - `creator_username` string, required
    - `thread_create_date` integer, required
    - `thread_update_date` integer, required
    - `user_is_ignored` boolean, required
    - `thread_post_count` integer, required
    - `thread_is_published` boolean, required
    - `thread_is_deleted` boolean, required
    - `thread_is_sticky` boolean, required
    - `thread_is_followed` boolean, required
    - `first_post` object, required
      - `post_id` integer, required
      - `thread_id` integer, required
      - `poster_user_id` integer, required
      - `poster_username` string, required
      - `post_create_date` integer, required
      - `post_body` string, required
      - `post_body_html` string, required
      - `post_body_plain_text` string, required
      - `signature` string, required
      - `signature_html` string, required
      - `signature_plain_text` string, required
      - `post_like_count` integer, required
      - `post_attachment_count` integer, required
      - `like_users` object[], required
        - `user_id` integer, required
        - `username` string, required
        - `display_style_group_id` integer
        - `is_banned` integer
        - `uniq_username_css` string
      - `user_is_ignored` boolean, required
      - `post_is_published` boolean, required
      - `post_is_deleted` boolean, required
      - `post_update_date` integer, required
      - `post_is_first_post` boolean, required
      - `links` object, required
        - `permalink` string, required
        - `detail` string, required
        - `thread` string, required
        - `poster` string, required
        - `likes` string, required
        - `report` string, required
        - `attachments` string, required
        - `poster_avatar` string, required
      - `permissions` object, required
        - `view` boolean, required
        - `edit` boolean, required
        - `delete` boolean, required
        - `reply` boolean, required
        - `like` boolean, required
        - `report` boolean, required
        - `upload_attachment` boolean, required
    - `thread_prefixes` unknown[], required
      - unknown
    - `thread_tags` unknown[], required
      - unknown
    - `links` object, required
      - `permalink` string, required
      - `detail` string, required
      - `followers` string, required
      - `forum` string, required
      - `posts` string, required
      - `first_poster` string, required
      - `first_poster_avatar` string, required
      - `first_post` string, required
      - `last_poster` string, required
      - `last_post` string, required
    - `permissions` object, required
      - `view` boolean, required
      - `delete` boolean, required
      - `follow` boolean, required
      - `post` boolean, required
      - `upload_attachment` boolean, required
      - `edit` boolean, required
    - `forum` object, required
      - `forum_id` integer, required
      - `forum_title` string, required
      - `forum_description` string, required
      - `forum_thread_count` integer, required
      - `forum_post_count` integer, required
      - `forum_prefixes` object[], required
        - `group_title` string, required
        - `group_prefixes` object[], required
          - `prefix_id` integer, required
          - `prefix_title` string, required
      - `thread_default_prefix_id` integer, required
      - `thread_prefix_is_required` boolean, required
      - `links` object, required
        - `permalink` string, required
        - `detail` string, required
        - `sub-categories` string, required
        - `sub-forums` string, required
        - `threads` string, required
        - `followers` string, required
      - `permissions` object, required
        - `view` boolean, required
        - `edit` boolean, required
        - `delete` boolean, required
        - `create_thread` boolean, required
        - `upload_attachment` boolean, required
        - `tag_thread` boolean, required
        - `follow` boolean, required
      - `forum_is_followed` boolean, 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` — Error Response.
- `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/versions/e939f4b36a9f/schema)
