Endpoint
Authentication
Requires a Personal API Access Token.Header
Request
Headers
Path Parameters
NoneQuery Parameters
NoneResponse
Success Response (200 OK)
Response Fields
Project Object Fields
EnumStatus
SUCCESS- Operation successfulFAILURE- Operation failed
Error Response (401 Unauthorized)
Causes
- Missing or invalid Authorization header
- Token expired or revoked
- Invalid token format
Error Response (500 Internal Server Error)
cURL Example
Full JSON Body Example
This endpoint does not require a request body.Notes and Warnings
- Filtered Results: Only projects where the user is a member are returned
- Permissions: Project access is based on user membership and roles
- Empty List: If the user has no projects, an empty
resultListis returned - Case Sensitivity: Project names are case-sensitive
Related Documentation
- Authentication Guide - How to obtain and use API tokens
- Error Handling - Error response formats

