Oct 05, 2023 02:14 AM
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) ?
Oct 09, 2023 12:00 AM
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?
Nov 02, 2024 12:23 AM - edited Nov 02, 2024 12:30 AM
@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?