As part of enhancing the security of our new infrastructure and APIs, we have employed an Authentication and Authorization server for which you can use your current API credentials in order to use the new API. You can find all the endpoints that you need to call to authenticate with our Authentication server in the provided API documentation. After authenticating with our Auth server you will obtain an access token which you should use when calling all the other endpoints of our API. More precisely, to call another endpoint of our API you should include the obtained access token in an Authorization header with key = “Authorization” and value = “Bearer <obtained_access_token>”.