Перейти к основному содержанию
GET
/
v1
/
shared
/
auth
/
profile
/
saves
cURL
curl --request GET \
  --url https://api.example.com/v1/shared/auth/profile/saves/
[
  {
    "id": 123,
    "price_discount": "<string>",
    "discount_amount": 123,
    "images": "<string>",
    "bonus": "<string>",
    "name": "<string>",
    "slug": "<string>",
    "type": "set",
    "unique_id": "<string>",
    "category": 123,
    "image": "<string>",
    "price": "<string>",
    "amount": -1,
    "discount": 123,
    "extra": "<unknown>"
  }
]

Ответ

200 - application/json
id
integer
обязательно
price_discount
string<decimal>
обязательно
Pattern: ^-?\d{0,14}(?:\.\d{0,2})?$
discount_amount
integer | null
обязательно
images
string
обязательно
bonus
string
обязательно
name
string | null
Maximum string length: 255
slug
string | null
Maximum string length: 50
Pattern: ^[-a-zA-Z0-9_]+$
type
  • set - set
  • product - product
  • service - service
Доступные опции:
set,
product,
service
unique_id
string | null
Maximum string length: 64
category
integer | null
image
string<uri> | null
price
string<decimal>
Pattern: ^-?\d{0,14}(?:\.\d{0,2})?$
amount
integer
Требуемый диапазон: -2147483648 <= x <= 2147483647
discount
integer | null
extra
any