Deplo
API Reference

List all projects in workspace

GET
/projects
AuthorizationBearer <token>

Enter your JWT token

In: header

Header Parameters

X-Workspace-Id?string

Required when authenticating with a JWT (not needed for API tokens)

Response Body

application/json

curl -X GET "https://loading/projects"
[
  {
    "id": "proj_abc123",
    "name": "Weekly Report",
    "slug": "weekly-report"
  }
]