ConsoleCatalog
Sign in
Colosseum Ticketing logo

Colosseum Ticketing

ticketing.colosseo.itEntertainmentno auth

Events, availability calendars, time slots, and tier pricing.

Activity Tariffs Pricing

ASYNCWRITENo auth

Returns guided-tour ticket tiers and prices for a selected time slot.

ParametersFormJSON

Opaque period_id token from calendar_availability_slots for the chosen slot

ISO-8601 start time of the selected slot (must match calendar slot startDateTime)

Activity GUID from the event booking page for Percorso Didattico events

cost: 2 credits · balance: 0
curl https://api.openwire.sh/v1/wire/task \
  -X POST \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_ticketing_colosseo_it_activity_tariffs_pricing",
    "params": {
      "period_id": "5yRmO2qBhAA291S5GL10BO3k1eCRZh+AGD09bcVa5HlHdnY9Gwa0o2MFQSnwvma8BQyCUryyx+QUib1cT8EkP0IKHJUmJNp+uGw5xET/MSi0RWVtfo6ZL/6GNatg7rmQmVy5oysdIuBJO5zgpcs=",
      "start_time": "2026-06-17T07:15:00Z",
      "activity_guid": "53a2e09a-3ce5-4b1f-9471-a7ab48bb2873"
    }
  }'