Actor schemas can be deleted through a DELETE endpoint by providing organization and project IDs along with Manufactory authentication token in the request header.
Get actors schema
You can get actors schema belonging to a specific project using the endpoint GET /actors/schema/{org_id}/{project_id}
.
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 - 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}
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.
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.
The GET endpoint retrieves a single project’s details including name description timezone and creation date by providing organization ID project ID and authentication token.
About Tallyfy
- 2025 Tallyfy, Inc.
- Privacy Policy
- Terms of Use
- Report Issue
- Trademarks