Returns a comprehensive list of all projects accessible to the current user. Each project object includes details like ID, name, status, and creation date.
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET '/project'
Response Response Example
{}
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.