Skip to main content
GET
https://prod-api.raisedonors.com
/
api
/
Query
/
options
/
{queryType}
Get Query Options
curl --request GET \
  --url https://prod-api.raisedonors.com/api/Query/options/{queryType} \
  --header 'Authorization: <api-key>'

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Example: "Authorization: Bearer {token}"

Path Parameters

queryType
enum<integer>
required

The type of query (see query type).

Available options:
0,
1,
2,
3,
4,
5,
6,
7,
8,
9

Response

200

OK

Last modified on June 5, 2026