curl --request GET \
--url https://api.mn.co/admin/v1/networks/{network_id}/events/{event_id}/rsvps \
--header 'Authorization: Bearer <token>'{
"items": [
{
"id": "1234",
"updated": "2025-12-29T18:18:07+00:00",
"status": "<string>",
"event": {
"id": "1234",
"created_at": "2025-12-29T18:18:06+00:00",
"updated_at": "2025-12-29T18:18:06+00:00",
"post_type": "<string>",
"space_id": 123,
"creator_id": 123,
"title": "<string>",
"summary": "<string>",
"event_type": "<string>",
"starts_at": "<string>",
"time_zone": "<string>",
"rsvp_enabled": true,
"rsvp_closed": true,
"restricted_event": true,
"post_in_feed": true,
"creator": {
"id": "1234",
"created_at": "2025-12-29T18:18:06+00:00",
"updated_at": "2025-12-29T18:18:06+00:00",
"email": "[email protected]",
"permalink": "<string>",
"first_name": "<string>",
"last_name": "<string>",
"time_zone": "<string>",
"location": "<string>",
"bio": "<string>",
"referral_count": 123,
"avatar": "<string>",
"categories": "<string>",
"ambassador_level": "<string>"
},
"space": {
"id": "1234",
"created_at": "2025-12-29T18:18:06+00:00",
"updated_at": "2025-12-29T18:18:06+00:00",
"name": "<string>",
"collection_id": 123
},
"permalink": "<string>",
"ends_at": "<string>",
"location": "<string>",
"frequency": "<string>",
"interval": 123,
"images": [
"<string>"
]
},
"member": {
"id": "1234",
"created_at": "2025-12-29T18:18:06+00:00",
"updated_at": "2025-12-29T18:18:06+00:00",
"email": "[email protected]",
"permalink": "<string>",
"first_name": "<string>",
"last_name": "<string>",
"time_zone": "<string>",
"location": "<string>",
"bio": "<string>",
"referral_count": 123,
"avatar": "<string>",
"categories": "<string>",
"ambassador_level": "<string>"
},
"event_instance": {
"post_id": 123,
"starts_at": "2025-12-29T18:18:07+00:00",
"ends_at": "2025-12-29T18:18:07+00:00",
"instance_index": 123
}
}
],
"links": {
"self": "<string>",
"next": "<string>"
}
}curl --request GET \
--url https://api.mn.co/admin/v1/networks/{network_id}/events/{event_id}/rsvps \
--header 'Authorization: Bearer <token>'{
"items": [
{
"id": "1234",
"updated": "2025-12-29T18:18:07+00:00",
"status": "<string>",
"event": {
"id": "1234",
"created_at": "2025-12-29T18:18:06+00:00",
"updated_at": "2025-12-29T18:18:06+00:00",
"post_type": "<string>",
"space_id": 123,
"creator_id": 123,
"title": "<string>",
"summary": "<string>",
"event_type": "<string>",
"starts_at": "<string>",
"time_zone": "<string>",
"rsvp_enabled": true,
"rsvp_closed": true,
"restricted_event": true,
"post_in_feed": true,
"creator": {
"id": "1234",
"created_at": "2025-12-29T18:18:06+00:00",
"updated_at": "2025-12-29T18:18:06+00:00",
"email": "[email protected]",
"permalink": "<string>",
"first_name": "<string>",
"last_name": "<string>",
"time_zone": "<string>",
"location": "<string>",
"bio": "<string>",
"referral_count": 123,
"avatar": "<string>",
"categories": "<string>",
"ambassador_level": "<string>"
},
"space": {
"id": "1234",
"created_at": "2025-12-29T18:18:06+00:00",
"updated_at": "2025-12-29T18:18:06+00:00",
"name": "<string>",
"collection_id": 123
},
"permalink": "<string>",
"ends_at": "<string>",
"location": "<string>",
"frequency": "<string>",
"interval": 123,
"images": [
"<string>"
]
},
"member": {
"id": "1234",
"created_at": "2025-12-29T18:18:06+00:00",
"updated_at": "2025-12-29T18:18:06+00:00",
"email": "[email protected]",
"permalink": "<string>",
"first_name": "<string>",
"last_name": "<string>",
"time_zone": "<string>",
"location": "<string>",
"bio": "<string>",
"referral_count": 123,
"avatar": "<string>",
"categories": "<string>",
"ambassador_level": "<string>"
},
"event_instance": {
"post_id": 123,
"starts_at": "2025-12-29T18:18:07+00:00",
"ends_at": "2025-12-29T18:18:07+00:00",
"instance_index": 123
}
}
],
"links": {
"self": "<string>",
"next": "<string>"
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
ID of the event
The Network's unique integer ID, or subdomain Unique numeric network ID
Filter RSVPs for a specific recurring event instance
Page number for pagination
Items per page (max 100)
A paginated set of RSVP objects