Skip to main content
PUT
/
v0
/
widgets
/
reorder
Reorder Widgets
curl --request PUT \
  --url https://api.example.com/v0/widgets/reorder \
  --header 'Content-Type: application/json' \
  --data '
{
  "order": [
    "<string>"
  ]
}
'
{
  "_links": {
    "kyc": {
      "description": "Submit KYC information",
      "href": "/v0/user/me/kyc",
      "method": "PUT"
    },
    "self": {
      "href": "/v0/user/me",
      "method": "GET"
    },
    "wallets": {
      "href": "/v0/wallets",
      "method": "GET"
    }
  }
}

Headers

x-sumvin-token
string | null
x-juno-jwt
string | null

Body

application/json
order
string[]
required

Ordered list of widget external_ids defining new positions

Response

Widgets reordered successfully

HAL-style hypermedia links for navigation and available actions.

widgets
WidgetData · object[]
required
reordered_count
integer
required