Skip to main content
POST
Query Gift Designations

Authorizations

Authorization
string
header
required

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

Query Parameters

skip
string

The number of records to skip. Default = 0.

take
string

The number of records to take. Default = 10. Max is 1000.

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
string

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

Response

OK

The response is of type object.

Last modified on August 11, 2026