The pricing page says the business plan has limited access to retool platform apis. Where are the differences documented?
albert
October 11, 2024, 7:03pm
2
Hi Eugene, sorry about the confusion - we'll work on making this more obvious in the docs. Currently, users on the business plan have access to API methods under the "user invites" and "user attributes" categories.
Paulo
October 11, 2024, 7:22pm
3
Hi @Eugene_Kim , here are all the new API endpoints available for the Business plan:
Hi @Chris_Doty , happy to clarify!
The endpoints that we recently added to the Business plan include:
User Invites :
GET /user_invites
POST /user_invites
GET /user_invites/{userInvitedId}
DELETE /user_invites/{userInvitedId}
POST /user_invites/{userInviteId}/user_attributes
DELETE /user_invites/{userInviteId}/user_attributes/{attributeName}
User Attributes :
POST /users/{userId}/user_attributes
DELETE /users/{userId}/user_attributes/{attributeName}
GET /user_attributeā¦