Skip to content

Sentral

Widespread across New South Wales and in independent schools nationally.

CategorySIS
AuthenticationAPI key plus tenant key
Reacheshttps://yourschool.sentral.com.au
Needs an agentNo
Demo modeYes

sis.getRoster, sis.lookupStudent, sis.lookupStaff, sis.getTutorGroup

Which lights up people with names, year levels, roll classes and card numbers, and the tutor on file used by the ready-for-collection tutor email.

Both values come from Sentral’s own Setup, API Access screen, and both are per-school.

  1. In Sentral, go to Setup, API Access.
  2. Note the tenant key.
  3. Create or copy an API key with read access to enrolments and staff.

The API lives under /restapi/v1 and authenticates with both keys sent as headers. You do not need to construct that yourself; the connector does.

Admin, Connectors, Sentral, Configure.

FieldDefaultValue
baseUrlemptyYour Sentral address, for example https://yourschool.sentral.com.au
tenantKeyemptyThe tenant key from Setup, API Access
includeInactivefalseInclude students who have left
demoModefalseReturn a fixture roster

includeInactive is off by default because a leaver should stop appearing. Turn it on only if you have a specific reason, such as chasing devices that have not come back.

FieldValue
apiKeyThe Sentral API key

Save and test.

Sentral’s responses are JSON:API flavoured: a data array of objects each carrying an attributes bag. The connector flattens that into the same person shape the other SIS connectors return, so the sync pipeline does not care which SIS a school runs.

You never see this. It is worth knowing only because it explains why the field names in Sentral’s own documentation do not match the ones in Plugboard.

FieldNotes
External idSentral’s identifier
First and last name
Email
Username
TypeStudent or staff
Year levelStudents
Roll classMapped to the tutor group concept
Card numberWhen Sentral holds one
ActiveRespects includeInactive
SymptomCause
401 or 403Wrong API key, or the tenant key is missing. Both are required
404 on testThe base URL is wrong. It should be your Sentral address, not the API path
Test passes, no peopleThe key lacks read access to enrolments
Leavers appearingincludeInactive is on
Three fictional people appeardemoMode is still on
Some staff missingSentral’s staff endpoint is separate from enrolments. Confirm the key covers both

Synergetic and Compass Education.