You can use this API to create and manage omnichannel gift cards

Authentication:

API keys are used to authenticate to this API. You'll need to sign-up for a Wrapped account and then generate a new developer access token from the Integrations section from the dashboard: https://manage.wrappedgiftcards.com/manage-api-keys

You'll need to keep these keys private. You can create and delete API keys from the dashboard.

Each API request must contain a header x-api-key with the value set to your API key retrieved from the dashboard.

curl --request GET \
     --url https://api.wrappedgiftcards.com/api/GiftCards/List \
     --header 'accept: application/json' \
     --header 'x-api-key: myapikey'

Rate limits:

API request limits are set to 200 requests/min.

If you're a technology partner integrating with our API, please contact us at [email protected]