Skip to main content

How to create a new base with api


Forum|alt.badge.img+1
  • New Participant
  • 2 replies

I'm following the documentation correctly but getting

"error": {
"type": "INVALID_PERMISSIONS_OR_MODEL_NOT_FOUND",
"message": "Invalid permissions, or the requested model was not found. Check that both your user and your token have the required permissions, and that the model names and/or ids are correct."
}

Even though my access token has all the permission that I can add init. Also it has permission for viewing all the bases and all the future base

2 replies

TheTimeSavingCo
Forum|alt.badge.img+28

I just tested this and was able to create a base via the API using the example request provided in the docs:
https://airtable.com/developers/web/api/create-base

These are the scopes that my personal access token had:


If the permissions you've set are the same as the screenshot above and you're using the example data from the docs and it still isn't working I'd recommend opening a support ticket as that's likely a bug!


Forum|alt.badge.img+1
  • Author
  • New Participant
  • 2 replies
  • June 9, 2024
TheTimeSavingCo wrote:

I just tested this and was able to create a base via the API using the example request provided in the docs:
https://airtable.com/developers/web/api/create-base

These are the scopes that my personal access token had:


If the permissions you've set are the same as the screenshot above and you're using the example data from the docs and it still isn't working I'd recommend opening a support ticket as that's likely a bug!


Yup it still does not work gonna contact the support


Reply