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.
Get all projects
You can get all your Manufactory projects using the endpoint GET /projects/{org_id}.
The following header is required 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": "***********************" }] A Manufactory project can be deleted through a DELETE request by providing the organization ID project ID and authentication token in the header.
The Tallyfy Manufactory API allows creating new projects through a POST endpoint that requires authentication and organization details including name description and timezone preferences.
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.
Was this helpful?
About Tallyfy
- 2025 Tallyfy, Inc.
- Privacy Policy
- Terms of Use
- Report Issue
- Trademarks