Check-in points
Check-in points
Retrieve the list of Check-in points
JSON
GET /api/v1/events/{event_id}/accesspoints.json?auth_token=YOUR_API_TOKEN// 200 OK
[
{
// the first check-in point
},
{
// the second check-in point
}
]XML
Get information about a given check-in point
JSON
XML
Create a new check-in point
JSON
XML
Update a check-in point
JSON
XML
Last updated