For Developers
Platform Updates
API Updates
- Added webhook functionality.
- Webhooks can be configured on your application page.
- Webhooks will be attempted up to 10 times (with exponential time decay) in the event of failure.
- Added first two webhook events.
- A webhook can be fired whenever a user signs into your application.
- A webhook can be fired whenever a user has signed into your application for the first time.
- Added a new endpoint to retrieve details about a user's data source.
- The endpoint can be found at
/v1/my/source
and contains details about the source, as well as the provider application.
- The endpoint can be found at
- Fixed a bug where whitespace was improperly handled within users' names in Canvas.
- Added a new endpoint to retrieve details about a single integration.
- Switched to updated entities table which includes far more detailed information.
- All entities will now include their full address and NCES IDs.
- Added a new endpoint to the Graph API to list the schools that are ancestors to the requested organization.