Endpoint
Authentication
Requires a Personal API Access Token.Header
Request
Headers
| Header | Value | Required |
|---|---|---|
| Authorization | Bearer | Yes |
Path Parameters
NoneQuery Parameters
NoneResponse
Success Response (200 OK)
Response Fields
| Field | Type | Description |
|---|---|---|
| status | string | Response status: SUCCESS or FAILURE |
| resultList | array | List of project objects |
| resultCount | integer | Total number of projects returned |
Project Object Fields
| Field | Type | Description |
|---|---|---|
| name | string | Project name |
| description | string | Project description |
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

