Help

Save the date! Join us on October 16 for our Product Ops launch event. Register here.

How to create a new base with api

Topic Labels: API
491 2
cancel
Showing results for 
Search instead for 
Did you mean: 
dodo21
4 - Data Explorer
4 - Data Explorer

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 2

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:

Screenshot 2024-06-08 at 4.50.46 PM.png
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