Base URL
All requests are made against:https://api.teachwithscout.com/v1/ims/oneroster/v1p1/students.
Conventions
- All responses are JSON.
- Collection endpoints support
limit,offset,sort,orderBy, andfilterquery parameters, and return RFC 5988 pagination links in theLinkheader. - Timestamps are ISO 8601.
Getting access
API credentials (aclient_id and client_secret) are issued per district by Scout. Reach out to your
Scout contact to request access. Once you have credentials, see Authentication
to mint an access token, then explore the endpoints in this section.