v1
latestOpenAPI 3.1.02026-08-04164270844.7 KBProjects
List all projects
🔑
Required OAuth scope: projects:read.
📖
This endpoint is paginated with a page size of 500 projects. For more information, see the Pagination guide.
Lists all live projects in your platform.
get/api/v2/projects
Headers
360-api-version'v2.0' required
The version of the API.
Response
Returns one page of 500 projects.
Example response
[
{
"_id": "507f1f77bcf86cd799439011",
"name": "Customer Onboarding",
"groupId": "507f1f77bcf86cd799439011"
}
]