cURL
curl --request POST \ --url https://api.example.com/rewards/claim-schedules \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "payout_group_id": "<string>", "schedule_type": "DAILY" } '
{ "claim_schedule": { "id": "<string>", "payout_group_id": "<string>", "schedule_type": "DAILY", "next_run_at": "2023-11-07T05:31:56Z", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" } }
Creates a new claim schedule for automatic reward claims
rewards:write_claims_schedule
The access token received from the authorization server in the OAuth 2.0 flow.
DAILY
A successful response.
Show child attributes
Was this page helpful?