Tracira
API referenceProjects

List projects

gethttps://www.tracira.com/api/projects
GET
/api/projects

Authorization

AuthorizationBearer <token>

Workspace webhook token from Settings -> Integrations.

In: header

Response Body

application/json

application/json

curl -X GET "https://example.com/api/projects"
[  {    "id": "string",    "name": "string",    "icon": "string",    "createdAt": "2019-08-24T14:15:22Z",    "executionCount": 0  }]