cURL
curl --request POST \ --url https://api.machines.cash/consumer/v1/identity/deposit-preferences/reorder \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{}'
{ "ok": true, "data": {}, "summary": "success" }
Reorder deposit preferences
When to use this: Persist drag-and-drop ordering for deposit preferences.
Required scope: identity.write.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The body is of type object.
object
Success
Show child attributes