Copy of Register profile Run in API Explorer
Ask AI
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)
{}