Skip to main content

User Projects

GET 

/api/v32.07/current/projects

x-prisma-cloud-target-env: {"permission":"accessUI"}

Get the current user projects.

Responses

Schema
  • Array [
  • _id string

    ID is the project id.

    address string

    Address is project address.

    connected boolean

    Connected indicates if the project is currently disconnected due to an error.

    creationTime date-time

    CreationTime is the project creation time.

  • ]
Loading...