List projects
Lists all projects. Projects are top-level folders that typically encompass a single use case.
Path parameters
managed_user_id
Embedded customer ID (external ID). The External ID must be URL encoded and prefixed with an E
. For example, EA2300
.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
page
Page number of the projects to fetch. Defaults to 1
.
per_page
Number of projects to return in a single page. Defaults to 100
. Max is 100
.
Response
Array of project details
id
The unique identifier of the project.
description
The description of the project.
folder_id
The unique identifier of the folder associated with the project.
name
The name of the project.