The POST /events/schema endpoint allows creation of custom event schemas by specifying organization details project ID and attribute definitions using a Manufactory access token for authentication.
Get events schema
You can fetch an events schema belonging to a specific project using the endpoint GET /events/schema/{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.
{ "attributes": [ { "name": "event_name", "display_name": "Event Name", "data_type": "text" }, { "name": "event_type", "display_name": "Event Type", "data_type": "text" }, { "name": "made_purchase", "display_name": "Made Purchase", "data_type": "boolean" } ], "org_id": "xyz", "project_id": 12345}
Event schemas can be deleted through a DELETE request to the endpoint by providing organization ID project ID and authentication via a Manufactory access token.
The GET /actors/schema endpoint retrieves actor attributes like city country email and username for a specified organization and project using Manufactory access token authentication.
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.
About Tallyfy
- 2025 Tallyfy, Inc.
- Privacy Policy
- Terms of Use
- Report Issue
- Trademarks