Reward

Check reward - client mode

Only the client needs to be logged in to use this endpoint. The user does not need to be logged in, click here to read more.

This API will return a response if there exists a reward that correlates with input.

SecurityClient_Credentials
Request
Request Body schema: application/json
rewardId
required
string <= 36 characters

rewardId to check

rewardPartnerId
required
integer

rewardPartnerId to check

Responses
200

OK

Response Schema: application/json
customerNumber
integer

Customer number (found)

product
string <= 12 characters

Product Code on found reward

rewardId
string <= 36 characters

RewardId on found reward

400

Bad Request

429

Too Many Requests

500

Internal Server Error

post/v1/client/reward/check
Request samples
application/json
{
  • "rewardId": "1",
  • "rewardPartnerId": 2674
}
Response samples
application/json
{
  • "customerNumber": 327492,
  • "product": "29452",
  • "rewardId": "1"
}