Guest Categories

Guest Categories

Each guest belongs to a guest category. A lot of MobiCheckin settings ar bound to it.

Retrieve the list of guest categories

JSON

Request

GET /api/v1/events/{event_id}/guest_categories.json?auth_token=YOUR_API_TOKEN

Response

// 200 OK
[
  {
    // the first guest category
  },
  {
    // the second guest category
  }
]

XML

Request

Response

Get information about a given guest category

If you want to know if the badge is enabled for a guest category, or which check-in points a guest in this guest category can access, use this:

JSON

Request

Response

XML

Request

Response

Create a guest category

JSON

Request

Response

XML

Request

Response

Update a guest category

JSON

Request

Response

XML

Request

Response

Last updated

Was this helpful?