Gestiono
Referencia de APIAccounting / Gift Card

Get Gift Card

← Back to full API reference
GET/v1/gift-cardAuth required
  • Requires organization permissions for this resource.
  • Validated by Zod schema: getGiftCards.

Request details

Query params

FieldRequiredDescription
pageNoType: number
itemsPerPageNoType: number
stateNoType: enumExample: ACTIVE
currencyNoEnum-like validator generated by zodFromObj
codeNoType: string
beneficiaryIdNoType: number
searchNoType: string

Default payloads

Path params

json
{}

Query

json
{
  "page": 1,
  "itemsPerPage": 1,
  "state": "ACTIVE",
  "currency": "string",
  "code": "string",
  "beneficiaryId": 1,
  "search": "string"
}

Sample response

json
"<result>"