Create Gift Card
POST
https://api-dev.getroamify.com/api/gifts/gift
Last modified:2025-01-06 23:19:20
Maintainer:Not configured
POST
request to the /api/gifts/gift
endpoint.orderId
: The order ID of for your own reference. This is a required field of type string
.senderEmail
: The email address of the sender. This is a required field of type string
.sender
: The name of the sender. This is an optional field of type string
.amount
: The amount of the gift card. This is a required field of type number
.currency
: The currency of the gift card. This is a required field of type string
. The currency should be in ISO 4217 format.Request
Header Params
Content-Type
string
required
Example:
application/json
User-Agent
string
required
Example:
insomnia/10.1.0
Authorization
string
required
Example:
{{token}}
Body Params application/json
Request samples
Responses
Modified at 2025-01-06 23:19:20