cURL
curl --request PUT \ --url https://api.vantage.sh/v2/me \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "default_dashboard_token": "<string>" } '
{ "default_workspace_token": "<string>", "workspaces": [ { "token": "<string>", "name": "Acme Corp.", "created_at": "2023-08-04T00:00:00Z", "enable_currency_conversion": true, "currency": "USD", "exchange_rate_date": "<string>" } ], "bearer_token": { "description": "<string>", "created_at": "2023-08-04T00:00:00Z", "scope": [ "<string>" ] }, "default_dashboard_token": "<string>" }
Update the authenticated User.
The access token received from the authorization server in the OAuth 2.0 flow.
The token of a Dashboard to set as the User default. Send null to clear.
Me model
Show child attributes
The token of the default Dashboard for the User.