Skip to main content

Claim rewards on behalf of the user

POST 

https://api.sandbox.ownli.app/api/users/by-id/:userId/rewards/claim

Claim rewards on behalf of the user. The unclaimed confirmed amount must be at least $1.

Request

Path Parameters

    userId stringrequired

Query Parameters

    product stringrequired
    language string

    Default value: en

Header Parameters

    partnerId stringrequired

    Partner Id

    clientId stringrequired

    Client Id

    clientSecret stringrequired

    Client Secret

Responses

The link to claim the reward.

Schema

    rewardDeliveryLink string

    Link for user to claim the reward

curl -L -X POST 'https://api.sandbox.ownli.app/api/users/by-id/:userId/rewards/claim' \
-H 'Accept: application/json'
Request Collapse all
Base URL
https://api.sandbox.ownli.app
Parameters
— pathrequired
— queryrequired
— headerrequired
— headerrequired
— headerrequired
— query
ResponseClear

Click the Send API Request button above and see the response here!