Fillout is a platform that allows users to create and manage forms, offering a REST API for programmatic access to form data.
Tool to initiate the oauth authorization process for third-party applications. use when you need to generate the url to redirect your users to the fillout consent page.
Tool to retrieve a list of all forms in your account. use when you need to list your forms after authenticating with fillout.
Tool to revoke an existing oauth access token. use when the user logs out or you need to programmatically invalidate a token after deauthorization. example: "invalidate token abcdefg123456". this endpoint does not return a json body. successful calls return http 200 or 204.