Dashboard

Home

One-Go API Documentation

All endpoints below are protected using API Key authentication.

Include your API key in the Authorization header:

Authorization: Bearer YOUR_API_KEY

Auth API

GET/api/v1/auth/getUser

Fetch user details using a valid API key.

Collection API

GET/api/v1/collection?page=1&limit=10

Fetch all collections.

GET/api/v1/collection/:id

Fetch all collections.

Project API

GET/api/v1/project

Fetch all projects.

GET/api/v1/project/collectionProject/:col_id

Fetch all projects of a collection.

GET/api/v1project/readProject/:projectid

Get a project by its ID.

Blog API

GET/api/blog/readAllBlog

Fetch all blogs.

GET/api/blog/readAllBlogWithCol_id/:col_id

Fetch blogs by collection ID.

GET/api/blog/readOneBlog/:blogid

Fetch a blog by its ID.

DELETE/api/blog/deleteBlog/:blogid

Delete a blog by its ID.

DELETE/api/blog/deleteAllBlog/:col_id

Delete all blogs in a collection.