Skip to main content
GET
/
workspaces
Get all workspaces
curl --request GET \
  --url https://api.vantage.sh/v2/workspaces \
  --header 'Authorization: Bearer <token>'
{
  "workspaces": [
    {
      "token": "wrkspc_5d9752a116e4d28e",
      "name": "Gulgowski, Ruecker and Rolfson b7f1c249",
      "created_at": "2024-10-01T01:00:56Z",
      "enable_currency_conversion": false,
      "currency": "USD",
      "exchange_rate_date": "daily_rate"
    },
    {
      "token": "wrkspc_9a319290712d817d",
      "name": "Stokes Inc 2d705dab",
      "created_at": "2024-10-01T01:00:56Z",
      "enable_currency_conversion": false,
      "currency": "USD",
      "exchange_rate_date": "daily_rate"
    }
  ]
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Query Parameters

page
integer<int32>

The page of results to return.

limit
integer<int32>

The amount of results to return. The maximum is 1000.

Response

200 - application/json

Workspaces model

workspaces
object[]