Skip to main content

Interfaces API call return 404


Is it just me or is anyone else having trouble with api calls on interfaces?
Get / Delete / Add workspace or base collaborators work perfectly fine. But seems like anything to do with interfaces in not found. The below specifically.

Even putting the URL directly in my browser gives 404, instead of a permission error. Anyone else? 🤔 🤔

Get interface

get
https://api.airtable.com/v0/meta/bases/{baseId}/interfaces/{pageBundleId}
 
Delete interface collaborator
delete
https://api.airtable.com/v0/meta/bases/{baseId}/interfaces/{pageBundleId}/collaborators/{userOrGroupId}

Add interface collaborator

post
https://api.airtable.com/v0/meta/bases/{baseId}/interfaces/{pageBundleId}/collaborators



0 replies

Be the first to reply!

Reply