Help

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

Interfaces API call return 404

Topic Labels: API Scripting
736 0
cancel
Showing results for 
Search instead for 
Did you mean: 
Katieglamer
5 - Automation Enthusiast
5 - Automation Enthusiast

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 0