M
Morningstar Direct Web Services APIs
Details
- URL
-
https://www.us-api.morningstar.com/direct-web-services/v1 - Docs
- https://developer.morningstar.com/direct-web-services/documentation/api-reference/about
Authentication
Authorization: Bearer <credential> Use your Direct Web Services account credentials to POST to /token/oauth on your regional base URL (for example https://www.us-api.morningstar.com/token/oauth) with Authorization: Basic {Base64(username:password)} as described in the Authentication API overview. The response contains access_token, which you send as Authorization: Bearer {access_token} on subsequent API calls. Tokens are valid for 60 minutes.