Guests
Guests
Retrieve the list of guests
JSON
GET /api/v1/events/{event_id}/guests.json?page=1&auth_token=YOUR_API_TOKEN// 200 OK
[
{
// the first guest
},
{
// the second guest
}
]XML
Create a new guest
JSON
XML
Retrieve information about a guest
JSON
XML
Update a guest
JSON
Response
XML
Response
Delete a guest
JSON
Response
XML
Response
Last updated