Projects

Manage your Qonic projects. List all accessible projects and retrieve project details.

GET https://api.qonic.com/v1/projects

Get Projects

Returns a list of your Qonic projects and their projectId. Sample request: GET /projects

Response fields

  • Name
    projects
    Type
    array<object>
    Required
    Optional
    Description
    The array of projects returned by the query.

Error responses

  • Name
    400
    Type
    error
    Description
    Bad Request
  • Name
    401
    Type
    error
    Description
    Authentication required. Provide a valid Bearer token in the Authorization header.
  • Name
    403
    Type
    error
    Description
    Insufficient permissions for this operation