Morningscore - Customer API
Path
This is the base url of the API. This is the prefix to any endpoint.
https://data.morningscore.io
Authentication
Authentication is required to access any of the endpoints. API credentials are granted on a manual basis. Contact our support for more information.
The API uses Basic Authentication.
Basic authentication is a simple authentication scheme built into the HTTP protocol.
The client sends HTTP requests with the Authorization
header that contains the word Basic
word followed by a space and a base64-encoded string username:password
.
For example, to authorize as demo / p@55w0rd
the client would send:
Authorization: Basic ZGVtbzpwQDU1dzByZA==
Content-Type
This API only handles requests and responses in JSON format. The following header is required:
key
Content-Type
value
application/json