The POST /actors/schema endpoint lets you create user schemas in Tallyfy Manufactory by…
Get actors schema
Here’s how to get an actor schema1 for a specific project in Tallyfy Manufactory2. Use the endpoint GET /actors/schema/{org_id}/{project_id}.
You’ll need this header 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": "city", "display_name": "City", "data_type": "text" }, { "name": "country", "display_name": "Country", "data_type": "text" }, { "name": "email", "display_name": "Email", "data_type": "text" }, { "name": "username", "display_name": "Username", "data_type": "text" } ], "org_id": "xyz", "unique_id": "email", "project_id": 12345} Remove an actor schema from Tallyfy Manufactory with the DELETE /actors/schema endpoint. You’ll…
Retrieve event schema attributes like event name, type, and purchase status for a specific…
Actors represent users in Tallyfy Manufactory projects. Design and build actor schemas by…
Was this helpful?
About Tallyfy
- 2025 Tallyfy, Inc.
- Privacy Policy
- Terms of Use
- Report Issue
- Trademarks