Returns the list of bases the token can access, 1000 bases at a time.
If there is another page to request, pass the offset as a URL query parameter.
(e.g. ?offset=itr23sEjsdfEr3282/appSW9R5uCNmRmfl6
)
Bases
List bases
get
https://api.airtable.com/v0/meta/bases
Authentication | Personal access token, OAuth integration |
Scope | schema.bases:read |
User role | Base read-only |
Billing plans | All plans |
Request (example)
Copy
$curl "https://api.airtable.com/v0/meta/bases" \-H "Authorization: Bearer YOUR_TOKEN"
200 – Response (example)
{"bases": [{"id": "appLkNDICXNqxSDhG","name": "Apartment Hunting","permissionLevel": "create"},{"id": "appSW9R5uCNmRmfl6","name": "Project Tracker","permissionLevel": "edit"}],"offset": "itr23sEjsdfEr3282/appSW9R5uCNmRmfl6"}