Check reward - client mode
Production
https://api.mediaconnect.no/capi
Production
https://api.mediaconnect.no/capi
POST
/v1/client/reward/check
Reward
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.mediaconnect.no/capi/v1/client/reward/check' \
--header 'Content-Type: application/json' \
--data-raw '{
"rewardId": "1",
"rewardPartnerId": 2674
}'
Response Response Example
200 - Success
{
"customerNumber": 327492,
"product": "29452",
"rewardId": "1"
}
Request
Body Params application/json
Responses
Modified at 2025-05-08 07:54:05