Skip to main content
GET
/
api
/
Gift
/
NonCashGiftTypes
Get Non-Cash Gift Types Available
curl --request GET \
  --url https://api.virtuoussoftware.com/api/Gift/NonCashGiftTypes \
  --header 'Authorization: Bearer <token>'
{
  "list": [
    {
      "id": 0,
      "name": "string",
      "isEnabled": true
    }
  ],
  "total": 0
}

Authorizations

Authorization
string
header
required

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

Query Parameters

skip
integer

int

take
integer

int

sortBy
string

Optional string

descending
string

Optional boolean

Response

200 - application/json

OK

list
object[]
total
integer
Last modified on June 5, 2026