Allows to retrieve a list of all projects.
Last updated 2 months ago
GET /v2/projects HTTP/1.1 Host: api.qubitro.com Authorization: Bearer YOUR_SECRET_TOKEN Accept: */*
OK
{ "success": true, "action": "get projects", "status": 200, "message": "Projects retrieved successfully.", "data": [ { "id": "string", "name": "string", "description": "string", "created_at": "2024-11-18T14:10:55.782Z" }, { "id": "string", "name": "string", "description": "string", "created_at": "2024-10-29T14:58:40.62Z" } ] }