ToolJet/docs/versioned_docs/version-2.7.0/data-sources/openapi.md
Shubhendra Singh Chauhan 27ca897171
[docs] version 2.7.0 (#6741)
* [docs] version 2.7.0

* [docs] copilot updates

* updated Pages doc and its actions' doc
2023-06-21 16:53:48 +05:30

720 B

id title
openapi OpenAPI

OpenAPI

ToolJet has a data source for generating REST API operations from OpenAPI Specs.

Connection

  • Connections are generated from OpenAPI specifications. Currently supports Basic Auth, API Key, Bearer Token, OAuth 2.0

  • Also supports specifications with multiple authentications

    Read more

Querying OpenAPI

  • Operations will be generated from specifications and each one will be different from other

Common fields

  • Host (Base URL)

    Some specs can have one or more base URLs/servers and specific operations may have separate Base URLs. So you can select the URL from the host select

  • Operation