Sign in

List Workspaces

documented

Get the list of workspaces for the authenticated user.

GET /api/v1/workspacesWorkspacesno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.rev.com/api/v1/workspaces" \
  -X GET \
  -H "Authorization: Rev {{REV_CLIENT_API_KEY}}:{{REV_USER_API_KEY}}" \
  -H "Accept: application/json"
List Workspaces · Rev · OpenIntegrations