List all projects
GET/v1/api/projects
Returns a paginated list of all projects the authenticated user has access to
Query parameters
Responses
| Parameter | Type | Description |
|---|---|---|
page | integer | — |
per_page | integer | — |
Response samples
200
{
"data": [
{
"default": false,
"description": "string",
"id": "string",
"inserted_at": "string",
"name": "string",
"updated_at": "string"
}
]
}