cURL
curl --request GET \ --url https://api.vantage.sh/v2/me \ --header 'Authorization: Bearer <token>'
{ "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>" ] } }
Get information about the authenticated BearerToken.
The access token received from the authorization server in the OAuth 2.0 flow.
General information about the user.
Me model
Show child attributes