API reference

SchoolSet endpoint reference

The API reference lists the available SchoolSet endpoints, grouped by module.

Base URL

https://app.schoolset.io/app

Authentication

Send your API token in the Authorization header:

1Authorization: Bearer YOUR_API_TOKEN

Some public endpoints do not require authentication. Protected endpoints use bearer token authentication.

Responses

Endpoint pages show each route’s parameters, request body, response body, and validation errors when available.

Errors

Use the status code and response body to handle failed requests. Validation failures normally include field-level details.