application/json

Body

  • account string Required
  • apiKey string Required

    API key is the unique identifier of the customer within the gift cards gateway

Responses

  • 200 application/json

    200

    Hide response attributes Show response attributes object
    • redeemGiftCardURL string
    • revertRedeemGiftCardURL string
    • getGiftCardBalanceURL string
  • 400 application/json

    400

POST /registerProfile-1
curl \
 --request POST 'https://api.staging.deliverect.com/registerProfile-1' \
 --header "Content-Type: application/json" \
 --data '{"account":"string","apiKey":"string"}'
Request examples
{
  "account": "string",
  "apiKey": "string"
}
Response examples (200)
{
  "redeemGiftCardURL": "https://yourwebhook.com/redeem",
  "getGiftCardBalanceURL": "https://yourwebhook.com/balance",
  "revertRedeemGiftCardURL": "https://yourwebhook.com/reverse"
}
Response examples (400)
{}