OpenAPI Specification
You can access the complete OpenAPI specification (aka Swagger) for the LeanLaw API at the following URL:
This can be used to generate client code or to import into API tools such as Postman.
Note that some clients (for example GPT) require a later version (3.1.0) of the OpenAPI spec that the JSON specifies. We have found that you can just edit the JSON file and change the openapi property to 3.1.0 and it will work fine.
Last modified on