The GET /projects/[org_id] endpoint retrieves a list of Manufactory projects with their details including project ID, name, description, timezone, and creation timestamp when authenticated with a valid access token.
Get a project
You can get all Manufactory projects using the endpoint GET /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.
Projects can be created by providing organization ID, name, description, and timezone through an authenticated POST request to return project details including a unique project key.
Project keys can be reset via a POST request that requires authentication with a Manufactory access token and returns updated project details including the new key.
Projects can be updated via a PUT request by providing authentication, organization ID, project ID, and optional fields like name, description, and timezone preferences.
About Tallyfy
- 2025 Tallyfy, Inc.
- Privacy Policy
- Terms of Use
- Report Issue
- Trademarks