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
| Field | Required | Description |
|---|---|---|
| page | No | Type: number |
| itemsPerPage | No | Type: number |
| state | No | Type: enumExample: ACTIVE |
| currency | No | Enum-like validator generated by zodFromObj |
| code | No | Type: string |
| beneficiaryId | No | Type: number |
| search | No | Type: 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>"