Novel API
Last updated
The Novel API is used by all Novel Products to handle and manage your SaaS.
Novel uses Fastify for its underlying routing framework.
Novel uses OpenAPI to shape the requests as much as possible. The built-in routes will have described the input and output of each endpoint. This is useful for the web client as request files are generated automatically using the spec.
You can also check the stable API Reference here
A spec is available in Postman if you would like to explore
This is always up-to-date and includes canary changes
Last updated