M

MaIS Student API

REST discovered

Details
URL
https://studentws.stanford.edu/v1
Docs
https://uit.stanford.edu/developers/apis/student
Authentication
MaIS client X.509 certificate and private key compound discovered Get key ↗
Authorization: mTLS <credential>

Follow the Getting Started with the MaIS Web APIs checklist. Create a CSR, submit it in Certificate Manager (restricted to Stanford administrative community), and have the MaIS team sign it. Download the signed certificate, keep the private key you used to create the CSR, and present both when calling the API over TLS (the docs show curl --key /path/private.key --cert /path/cert.pem:password ...).