WodBoard Developer Docs
    • Introduction
    • Products
      • Passes
        • List all passes
        • Retrieve a pass
    • Tset webhook
    • Schemas
      • Pass
      • Location
      • Service

    Pass

    A pass is a pack of credits used to book sessions. It expires when all credits are used ot the expiry time is reached. Sometimes called a class-pack or punchcard.

    {
        "id": 0,
        "name": "string",
        "pass_type": "group_class",
        "session_count": 0,
        "price": "string",
        "currency": "string",
        "created_at": "string",
        "introductory_offer": true,
        "hidden": true,
        "restricted": true,
        "purchase_limit": 0,
        "valid_for_count": 0,
        "valid_for_unit": "string",
        "location": {},
        "service": {},
        "follow_on_product": {}
    }
    Built with