The GET endpoint retrieves event schema details including attribute definitions with data types and display names by specifying organization and project IDs through an authenticated request.
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 allows creation of actor schemas by specifying organization ID project ID attributes and a unique identifier with proper authentication through a Manufactory access token.
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.
Rest Api > Send events via the REST API
Actor profiles can be sent through a POST request to /events endpoint requiring organization ID project ID actor profile and attributes with specific data types and names.
About Tallyfy
- 2025 Tallyfy, Inc.
- Privacy Policy
- Terms of Use
- Report Issue
- Trademarks