ProjectsGet Projects
Projects

GET /projects

Get all projects accessible to the current user

curl -X GET "https://api.example.com/v2/projects?status=active" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_TOKEN"
[{
  "id": 456,
  "name": "My Awesome Project",
  "description": "A project for building amazing things",
  "status": "active",
  "owner_id": 123,
  "created_at": "2024-03-01T12:00:00Z",
  "updated_at": "2024-12-20T16:45:00Z"
}]
GET
/projects
GET
Security Scheme
Bearer Token (JWT)
Bearer Tokenstring
Required

JWT Bearer token authentication

JWT Bearer token authentication
query
statusstring
Options: active, archived, draft
Request Preview
Response

Response will appear here after sending the request

Authentication

BearerAuth
header
Authorizationstring
Required

Bearer token (JWT). JWT Bearer token authentication

Query Parameters

Responses

idinteger
Required
namestring
Required
descriptionstring
statusstring
Required
owner_idinteger
created_atstring
Required
updated_atstring