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.
Create actors schema
You can create users schema using the endpoint POST /actors/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.unique_id
(required) string - The attribute that will be used as a unique ID for a actors profile to differentiate user profiles.
{ "org_id": "xyz", "unique_id": "email", "project_id": 12345, "attributes":{ "City": "TEXT", "Country": "TEXT", "Email": "TEXT", "Username": "TEXT" }}
{ "message": "Actors schema created successfully"}
The POST /events/schema endpoint enables creation of event schemas by defining organization ID project ID and attribute specifications while requiring authentication through a Manufactory access token.
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.
Websocket > Authentication for the web socket collector
Authentication for Manufactory requires sending a POST request to /auth with project key org ID project ID and actor profile details to receive a client UUID valid for 12 hours.
About Tallyfy
- 2025 Tallyfy, Inc.
- Privacy Policy
- Terms of Use
- Report Issue
- Trademarks