Check-in points

Check-in points

A check-in point is a place where you will check-in guests. It can be physical (Entrance, Exit, VIP Room) or represent an activity (Workshop, Conference, ...).

Retrieve the list of Check-in points

JSON

Request

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

Response

// 200 OK
[
  {
    // the first check-in point
  },
  {
    // the second check-in point
  }
]

XML

Request

Response

Get information about a given check-in point

JSON

Request

Response

XML

Request

Response

Create a new check-in point

JSON

Request

Response

XML

Request

Response

Update a check-in point

JSON

Request

Response

XML

Request

Response

Last updated

Was this helpful?