Use the PUT endpoint to update a Manufactory project’s name, description, and timezone. You’ll…
Create a project
You can create a project in Tallyfy Manufactory using the endpoint POST /projects.
You’ll need this header for all API calls:
X-Manufactory-Auth- Manufactory access token
org_id(required) string - Manufactory org ID.name(required) string - The desired project name.description(required) string - A description for the project.timezone(required) string - The preferred timezone for displaying dates. For example,New York (Eastern)would beAmerica/New_York. Here’s a complete list of valid timezones ↗. (Timestamps are stored in UTC; this setting doesn’t affect storage, only display.)
{ "org_id": "master", "name": "Prod", "description": "A project for prod data", "timezone": "America/Chicago"}{ "org_id": "xyz", "project_id": 10003, "name": "Prod", "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 the GET /projects/[org_id] endpoint to retrieve all Manufactory projects for an…
Each Tallyfy Manufactory project has its own API key and requires user and event schemas. Create…
Was this helpful?
About Tallyfy
- 2025 Tallyfy, Inc.
- Privacy Policy
- Terms of Use
- Report Issue
- Trademarks