Simulates PowerSchool & Schoology APIs for offline development & testing
Click a provider to simulate an OAuth login. Instantly redirects back with a mock code.
Select a student to preview the data returned by the API.
Select a student to see preview data.
| GET | /oauth/authorize | PowerSchool OAuth authorize |
| POST | /oauth/access_token | PowerSchool token exchange |
| GET | /ws/v1/student/:id | PowerSchool student profile |
| GET | /ws/v1/student/:id/schedule | PowerSchool schedule |
| GET | /ws/v1/section/:id/assignment | PowerSchool section assignments |
| GET | /v1/users/:id | Schoology user profile |
| GET | /v1/users/:id/sections | Schoology user sections |
| GET | /v1/sections/:id/assignments | Schoology section assignments |
| POST | /mock/upload | Mock file upload |