cURL
curl --request PUT \ --url https://api.example.com/rewards/addresses/{id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "payout_group_id": "<string>" } '
{ "address": { "id": "<string>", "ledger": "ETHEREUM", "address": "<string>", "name": "<string>", "payout_group_id": "<string>", "balance": "<string>", "status": "<string>", "created_at": "2023-11-07T05:31:56Z" } }
Updates an existing reward address
rewards:write_monitoring_address
The access token received from the authorization server in the OAuth 2.0 flow.
Address ID used as the URL path parameter. Must match address.id when both are provided.
UUID of the payout group this address belongs to.
A successful response.
Show child attributes
Was this page helpful?