Open API JSON document for the Rest API

Is there an available OpenAPI JSON document that can be used for the API?

Our company leverages these documents to auto-generate integration code.

Just to confirm, are you asking if Feathery has a published OpenAPI/Swagger JSON file that describes all available API endpoints?

Yes, is that available?

Even though I couldn’t find any documentation, I did try the following list of common OpenAPI endpoints – but of course I didn’t find anything.

  • /openapi.json
  • /swagger.json
  • /api/schema/
  • /api/schema/?format=openapi
  • /schema/
  • /docs
  • /api/docs
  • /redoc
  • /api/redoc
  • /swagger/v1/swagger.json

If you are looking for the available APIs, you can take a look at here.

Yes, I have seen that, but without the OpenAPI spec we have to manually write all the code to communicate with the APIs.

Is there a reason why there isn’t an available OpenAPI definition?

@Kenny - I’ve gone ahead and created this library/NuGet package for anyone wanting to integrate with Feathery in .NET.

1 Like

Hi @ft_heale ,

This OpenAPI document will surely be a part of our roadmap. Thank you for your contribution to the community!