Skip to main content

Fetching workspace_id (to create base)

  • October 5, 2023
  • 2 replies
  • 136 views

Forum|alt.badge.img+4

To create a base through API you  need to provide a workspace_id -> https://airtable.com/developers/web/api/create-base

But I can't find a way to list the workspaces a token/user has access to. How do I get the different workspaces for a token (in non-enterprise accounts) ?

2 replies

Forum|alt.badge.img+4
  • Author
  • New Participant
  • October 9, 2023

Can anyone help here?

Or is there a way to contact the airtable team? I've been reading through docs, the forums, google and can't find a solution. I feel like I'm overlooking something?

 


globers
Forum|alt.badge.img+7
  • Inspiring
  • November 2, 2024

@Gijs_Nelissen I've been looking for the same. All I could find so far was `Get user by id` (if your starting point is the userId) and `Get base collaborators` (if your starting point is the baseId), both are indeed restricted to Enterprise users only (namely, both the requesting side and the side to whom such data are related). Any update on this, Gijs?