A POST request to create projects requires authentication through X-Manufactory-Auth header along with org_id name description and timezone parameters to generate a new project with unique identifiers and settings.
Update a project
You can update a project using the endpoint PUT /projects/{org_id}/{project_id}
.
The following header is required for all API calls:
X-Manufactory-Auth
- Manufactory access token
org_id
(required) string - Manufactory org ID.project_id
(required) number - Manufactory project ID.
name
(optional) string - The desired project name.description
(optional) string - A description for the project.timezone
(optional) string - The preferred timezone for displaying dates. For example,New York (Eastern)
would beAmerica/New_York
. A complete list of valid timezones ↗ (All timestamps are stored in UTC timezone, this selection is intended for displaying only)
{ "name": "Dev"}
{ "org_id": "xyz", "project_id": 10003, "name": "Dev", "description": "A project for prod data", "timezone": "America/Chicago", "created_at": "2023-02-08 17:13:26", "project_key": "***********************"}
The GET endpoint retrieves a single project’s details including name description timezone and creation date by providing organization ID project ID and authentication token.
A POST request to reset a project’s key requires an access token and returns project details including the new key along with basic information like name timezone and creation date.
A Manufactory project can be deleted through a DELETE request by providing the organization ID project ID and authentication token in the header.
About Tallyfy
- 2025 Tallyfy, Inc.
- Privacy Policy
- Terms of Use
- Report Issue
- Trademarks