---
title: "Get reasons for rejection list"
method: GET
path: "/RejectReason"
tags: ["RejectReason"]
---

# Get reasons for rejection list

`GET /RejectReason`

## Response `200`

A reasons for rejection list

- RejectReasonsList
  - `SiteIssue` RejectReason[], nullable — List of site issues
    - `Id` integer — Track-POD unique identifier
    - `Name` string, nullable — Name
  - `OrderIssue` RejectReason[], nullable — List of order issues
    - `Id` integer — Track-POD unique identifier
    - `Name` string, nullable — Name
  - `GoodsIssue` RejectReason[], nullable — List of goods issues
    - `Id` integer — Track-POD unique identifier
    - `Name` string, nullable — Name
  - `ScanningIssues` RejectReason[], nullable — List of scanning issues
    - `Id` integer — Track-POD unique identifier
    - `Name` string, nullable — Name

## Other responses

- `401` — Unauthorized. Invalid X-API-KEY in the request header
- `429` — Too Many Requests. Rate limit is 20 requests/sec and 400 requests/min
- `500` — Internal Server Error

---

[API](https://skmtc.net/track-pod/apis/track-pod-api.md) · [All operations](https://skmtc.net/track-pod/apis/track-pod-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/track-pod/track-pod-api/revisions/833e05afe46e/schema)
