Retrieve a single Manufactory project’s details by providing your organization ID and project…
Get all projects
To get all your Manufactory projects, you’ll use the endpoint GET /projects/{org_id}.
You’ll need this header for all API calls:
X-Manufactory-Auth- Manufactory access token
org_id(required) string - Manufactory org ID.
[ { "org_id": "xyz", "project_id": 100, "name": "Staging", "description": "A project for staging data", "timezone": "America/Chicago", "created_at": "2023-02-26T18:53:18Z", "project_key[^1]": "***********************" }, { "org_id": "xyz", "project_id": 101, "name": "Prod", "description": "A project for prod data", "timezone": "America/Chicago", "created_at": "2023-02-26T19:04:06Z", "project_key": "***********************" }] Create new projects in Tallyfy Manufactory with the POST /projects endpoint. You’ll need…
Delete a Manufactory project using the DELETE API endpoint. You’ll need the organization ID…
Use a POST request to reset a project’s key with an access token. Returns project details…
Was this helpful?
About Tallyfy
- 2025 Tallyfy, Inc.
- Privacy Policy
- Terms of Use
- Report Issue
- Trademarks