ScrumAlliance API
Welcome to the Scrum Alliance API documentation. This API is designed to provide a seamless experience for developers and partners to integrate with Scrum Alliance services.
URL Structure
The base URL for all API calls is https://www.scrumalliance.org.
All API URL paths start with /api.
After this, there is a domain namespace, in singular form. This may be /identity (member related) or /learning (learning related), or others.
After this, resources start in typical REST naming conventions. All resources are plural and can be nested, i.e. /courses/1234/members/5678.
Authentication
- API Key: Bearer
Bearer tokens are obtained through the create access-token route. This token must then be included in the Authorization header of all subsequent API requests.
Enter 'Bearer' [space] and then your authorization token into the Authorization header. Example: 'Bearer 12345abcdef'
See create access-token route for more details on how to obtain this token.
Security Scheme Type: | apiKey |
|---|---|
Header parameter name: | Authorization |