API referenceProjects
Create a project
post
https://www.tracira.com/api/projectsAuthorization
sessionAuth better-auth.session_token<token>
Browser session cookie used by logged-in Tracira users. Secure-prefixed variants may also be used by the browser.
In: cookie
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/api/projects" \ -H "Content-Type: application/json" \ -d '{ "name": "Support inbox" }'{ "id": "string", "name": "string", "icon": "string", "createdAt": "2019-08-24T14:15:22Z", "executionCount": 0}