...
HTTP
400 (Bad Request)
if the request body has an incorrect format. In this case, the response will include details about which specific field or fields have an incorrect format.HTTP
401 (Unauthorized)
if authentication headers are missing or not valid.HTTP
404 (Not Found)
: in the following scenarios indicated in thecode
field of the error response:"IdentifierNotFound"
: if the specifiedidentifier
UserNotFoundError"
: the Loyalty user (specifically the loyalty id) was not found."TransactionNotFoundError"
: the transaction (specifically the transaction id) was not found."RewardNotFoundError"
: the reward was not found."StoreNotFoundOfferNotFoundError"
: if the specifiedstoreId
offer was not found.