Platitun · API · Catalogue and requests · My catalogue requests
My catalogue requests
GET /api/v1/catalog/requestsKey scope: catalog · read only
What you asked to add to the catalogue and what happened to those requests. A refusal comes with a reason in words: a refusal without a reason cannot be acted upon.
Query filters
| Field | Type | What it is |
|---|---|---|
limit | integer | How many records to return. Default 50, maximum 200. |
Response fields
| Field | Type | What it is |
|---|---|---|
items | array | The records of this page. |
items[].status | string | pending, accepted or rejected. |
items[].decisionNote | string|null | The reason for the decision, in words. |
maySelfAdd | boolean | Whether you have the self-add right — it depends on your completed deals and rating. |
Nearby in this section
GET /api/v1/me— Who am IGET /api/v1/catalog/services— Search the catalogueGET /api/v1/catalog/services/{slug}— Everything about a positionGET /api/v1/catalog/usual-price— The usual price for a positionGET /api/v1/catalog/demand— Demand: what buyers are waiting forPOST /api/v1/catalog/requests— Request a new catalogue position