Skip to content

Get events schema

You can fetch an events schema for a specific project in Tallyfy Manufactory using GET /events/schema/{org_id}/{project_id}.

Authentication

You’ll need this header for all API calls:

  • X-Manufactory-Auth - Manufactory access token

Required values

Both values are required. They can’t be omitted.

  • org_id string - Manufactory org ID.
  • project_id number - Manufactory project ID.

Response example

{
"attributes": [
{
"name": "event_name",
"display_name": "Event Name",
"data_type": "text"
},
{
"name": "event_type",
"display_name": "Event Type",
"data_type": "text"
},
{
"name": "made_purchase",
"display_name": "Made Purchase",
"data_type": "boolean"
}
],
"org_id": "xyz",
"project_id": 12345
}

Manufactory > Events

Design and build a single event schema per project in Tallyfy Manufactory. Plan your event…