Skip to main content
GET
/
api
/
VolunteerOpportunity
/
{volunteerOpportunityId}
/
Organizers
Get Volunteer Organizers
curl --request GET \
  --url https://api.virtuoussoftware.com/api/VolunteerOpportunity/{volunteerOpportunityId}/Organizers \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

volunteerOpportunityId
string
required

(Required) The volunteer opportunity identifier.

Response

200

OK

Last modified on June 5, 2026