Error
A valid request URL is required to generate request examples{
"catalog": [
{
"id": "<string>",
"name": "<string>",
"events": [
{
"id": "<string>",
"title": "<string>",
"tiers": [
{
"id": "<string>",
"priceMinor": 123,
"currency": "<string>",
"eventId": "<string>",
"title": "<string>",
"kind": "<string>",
"availableCount": 123,
"maxQtyPerPurchase": 123,
"sellable": true
}
]
}
]
}
]
}integration
The tenant's full catalog — shops → events → tiers, with restriction fields (API token, merchant:read)
GET
/
v1
/
integration
/
catalog
Error
A valid request URL is required to generate request examples{
"catalog": [
{
"id": "<string>",
"name": "<string>",
"events": [
{
"id": "<string>",
"title": "<string>",
"tiers": [
{
"id": "<string>",
"priceMinor": 123,
"currency": "<string>",
"eventId": "<string>",
"title": "<string>",
"kind": "<string>",
"availableCount": 123,
"maxQtyPerPurchase": 123,
"sellable": true
}
]
}
]
}
]
}
