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
Delete interface collaboratordelete
https://api.airtable.com/v0/meta/bases/{baseId}/interfaces/{pageBundleId}/collaborators/{userOrGroupId}
Add interface collaborator