API Integration¶
ToolFront connects to any REST API that provides an OpenAPI (formerly Swagger) specification.
OpenAPI is Everywhere!
Most APIs you're familiar with, like Slack, Discord, Salesforce, and PayPal, provide an OpenAPI specification.
Connecting an API¶
Connect to an API by providing an OpenAPI spec URL, file path, or dictionary.
Authentication¶
Pass authentication details using headers
and params
parameters to include them in all HTTP requests for the API.