User Projects
GET/api/v32.07/current/projects
x-prisma-cloud-target-env: {"permission":"accessUI"}
Get the current user projects.
Responses
- 200
- default
- application/json
- Schema
- Example (from schema)
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.
[
{
"_id": "string",
"address": "string",
"connected": true,
"creationTime": "2024-07-29T15:51:28.071Z"
}
]
Loading...