The actors schema endpoint returns attribute details like city, country, email, and username for a specified organization and project when authenticated with a Manufactory access token.
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.
The endpoint allows creation of events schema by specifying organization ID, project ID, and attribute definitions through an authenticated POST request to manage event data structures.
The events schema endpoint allows retrieval of project-specific event attribute definitions through a GET request using organization ID and project ID, returning details like event names, types, and data formats.
Websocket > Authentication for the web socket collector
Authentication for Manufactory’s websocket requires a POST request to /auth with project credentials and actor profile details, generating a client UUID valid for 12 hours.
About Tallyfy
- 2025 Tallyfy, Inc.
- Privacy Policy
- Terms of Use
- Report Issue
- Trademarks