A Manufactory project can be deleted through a DELETE request by providing the organization ID project ID and authentication token in the header.
Reset project key
You can reset a project’s key using the endpoint POST /projects/{org_id}/{project_id}/keys
.
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.
{ "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": "***********************"}
The PUT endpoint enables updating a Manufactory project’s name description and timezone by providing the organization ID and project ID along with optional fields in the request body.
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.
The GET endpoint retrieves all Manufactory projects for an organization by providing the org_id and authentication token in the header which returns project details like IDs names descriptions and timezones.
About Tallyfy
- 2025 Tallyfy, Inc.
- Privacy Policy
- Terms of Use
- Report Issue
- Trademarks