Create new projects in Tallyfy Manufactory with the POST /projects endpoint. You’ll need…
Update a project
You can update a project using the endpoint PUT /projects/{org_id}/{project_id}.
You’ll need this header 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. Here’s a complete list of valid timezones ↗. (All timestamps are stored in UTC. It’s only used for display.)
{ "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": "***********************"} Retrieve a single Manufactory project’s details by providing your organization ID and project…
Use a POST request to reset a project’s key with an access token. Returns project details…
Use the GET /projects/[org_id] endpoint to retrieve all Manufactory projects for an…
Was this helpful?
About Tallyfy
- 2025 Tallyfy, Inc.
- Privacy Policy
- Terms of Use
- Report Issue
- Trademarks