List projects

Lists all projects. Projects are top-level folders that typically encompass a single use case.

Path parameters

managed_user_idstringRequired

Embedded customer ID (external ID). The External ID must be URL encoded and prefixed with an E. For example, EA2300.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

pageintegerOptional

Page number of the projects to fetch. Defaults to 1.

per_pageintegerOptional

Number of projects to return in a single page. Defaults to 100. Max is 100.

Response

Array of project details
idinteger or null
The unique identifier of the project.
descriptionstring or null
The description of the project.
folder_idinteger or null
The unique identifier of the folder associated with the project.
namestring or null
The name of the project.

Errors