Skip to main content
GET
/
giftcard
/
{giftCardId}
/
report
/
export
/
excel
Export gift cards to Excel file
curl --request GET \
  --url https://api.io.droplinked.com/giftcard/{giftCardId}/report/export/excel \
  --header 'x-droplinked-api-key: <api-key>'
{
  "statusCode": 400,
  "message": "Bad Request",
  "error": "Invalid input data"
}

Authorizations

x-droplinked-api-key
string
header
required

Path Parameters

giftCardId
string
required

giftCardId identifier

Example:

"507f1f77bcf86cd799439011"

Response

Success