The GET endpoint retrieves event schema attributes with their names display names and data types for a specified organization and project using a Manufactory access token for authentication.
Create events schema
You can create events schema using the endpoint POST /events/schema
.
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 - The project ID associated with this schema.attributes
(required) object - Pairs containing attribute name and the corresponding data type. A complete list of valid data types.
{ "org_id": "xyz", "project_id": 12345, "attributes":{ "Event name": "TEXT", "Event type": "TEXT", "Made purchase": "BOOLEAN" }}
{ "message": "Events schema created successfully"}
The POST /actors/schema endpoint enables creation of user profiles by specifying organization details project ID unique identifiers and data attributes requiring authentication through a Manufactory access token.
The GET endpoint retrieves actor schema details by organization and project IDs returning attribute definitions with data types and unique identifiers through an authenticated request.
Event schemas can be removed by making a DELETE request to the endpoint with organization and project IDs while including the required Manufactory authentication token header.
About Tallyfy
- 2025 Tallyfy, Inc.
- Privacy Policy
- Terms of Use
- Report Issue
- Trademarks