Skip to main content
POST
Query Volunteer Opportunities

Authorizations

Authorization
string
header
required

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

Body

application/json
groups
object[]

The filter groups to apply. Conditions within a group are combined with AND, and the groups are combined with OR.

sortBy
string

The field to sort the results by.

descending
boolean

The direction to sort the results. Set to true to sort in descending order.

Response

Ok

list
object[]

The page of records matching the request.

total
integer

The total number of records matching the request, across all pages. Use it with skip and take to page through the results.

Last modified on August 11, 2026