# Projects All endpoints related to Projects (titles). ## Retrieve a Project - [GET /v2/magazine/title/{project_id}](https://developers.foleon.com/apis/projects/getprojectbyid.md): Get a Project resource by it's ID. ## Update a Project - [PATCH /v2/magazine/title/{project_id}](https://developers.foleon.com/apis/projects/patchprojectbyid.md): Update a project's settings, such as your CRM set up, or your hostname. ## Delete a Project - [DELETE /v2/magazine/title/{project_id}](https://developers.foleon.com/apis/projects/deleteprojectbyid.md): WARNING: Deleting a Project is permanent and cannot be undone. Using this endpoint is risky. ## List Projects - [GET /v2/magazine/title](https://developers.foleon.com/apis/projects/listprojects.md): Query all projects available in your scope to return a list of Projects. Use bracket notation in the parameters to filter and order the data. ## Create a Project - [POST /v2/magazine/title](https://developers.foleon.com/apis/projects/createproject.md): Create a new project, select a workspace (account) to put the project into by providing the workspace id.