get https://api.snappy.com/public-api/v2/gifts/
Get a gift by id.
The gift is used to track the status of the gift that was sent.
Log in to see full request history
Responses
Get a gift by id.
The gift is used to track the status of the gift that was sent.
xxxxxxxxxx
curl --request GET \
--url https://api.snappy.com/public-api/v2/gifts/giftId \
--header 'accept: application/json'
xxxxxxxxxx
39}
{
"companyId": "12345678",
"campaignId": "abc123",
"status": "unopened",
"budgetPlan": 100,
"sendingMethod": "link",
"id": "abc123",
"tyn": "Thank you for being awesome",
"estimatedCost": {
"estimatedTotalCost": 100,
"estimatedTax": 0,
"estimatedFee": 0,
"budget": 100
},
"expirationDate": "2022-12-06T09:50:38.536Z",
"createdAt": "2022-12-06T09:50:38.536Z",
"link": "https://snappy.com/12345678/abc123",
"success": true,
"deliveryDetails": {
"carrier": "USPS",
"trackingNumber": "123456789",
"status": "delivered",
"trackingLink": "https://usps.com/123456789",
"deliveredAt": "2022-12-06T09:50:38.536Z"
},