Skip to main content
GET
/
cabinet
/
admin
/
payment-methods
/
promo-groups
List Promo Groups
curl --request GET \
  --url http://localhost:8080/cabinet/admin/payment-methods/promo-groups
[
  {
    "id": 123,
    "name": "<string>"
  }
]

Response

200 - application/json

Successful Response

id
integer
required
name
string
required