Skip to main content

Fetch All Project

GET 

/v1/project/sidebar/list

deprecated

Fetches all project for authenticated user.

Responses

Successful Response

Schema

    projects

    object[]

    required

    All projects for user

  • Array [

  • id Id (string)required

    Id of the project

    project_name Project Name (string)required

    Name of the project

    slug Slug (string)required

    The project url-safe slug

  • ]

Loading...