Retrieve Projects

Allows to retrieve a list of all projects.

Retrieve Projects

get
Authorizations
Responses
200
OK
application/json
Responseobject
get
GET /v2/projects HTTP/1.1
Host: api.qubitro.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
  "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"
    }
  ]
}

Last updated