All endpoints below are protected using API Key authentication.
Include your API key in the Authorization header:
Authorization: Bearer YOUR_API_KEY/api/v1/auth/getUserFetch user details using a valid API key.
/api/v1/collection?page=1&limit=10Fetch all collections.
/api/v1/collection/:idFetch all collections.
/api/v1/projectFetch all projects.
/api/v1/project/collectionProject/:col_idFetch all projects of a collection.
/api/v1project/readProject/:projectidGet a project by its ID.
/api/blog/readAllBlogFetch all blogs.
/api/blog/readAllBlogWithCol_id/:col_idFetch blogs by collection ID.
/api/blog/readOneBlog/:blogidFetch a blog by its ID.
/api/blog/deleteBlog/:blogidDelete a blog by its ID.
/api/blog/deleteAllBlog/:col_idDelete all blogs in a collection.
Base URL
https://onego.xastrosbuild.site