Skip to main content
GET
C#
This endpoint requires the gift-cards.read or embed scope.

Authorizations

Authorization
string
header
required

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

Headers

x-gr4vy-merchant-account-id
string

The ID of the merchant account to use for this request.

Example:

"default"

Query Parameters

buyer_external_identifier
string | null
buyer_id
string<uuid> | null
sort_by

The field to sort the gift cards by.

Allowed value: "last_used_at"
Example:

"last_used_at"

order_by
string
default:desc

The direction to sort the gift cards in.

Example:

"desc"

Response

Successful Response

items
GiftCardSummary · object[]
required

A list of items returned for this request.