Skip to content

Use new auth url

Pre-release
Pre-release

Choose a tag to compare

@crhistianramirez crhistianramirez released this 06 Aug 22:32

Breaking Changes 💥

  • New auth urls are being used. Previously we used https://auth.ordercloud.io/oauth/token to make auth requests. That same functionality is now a part of the main API. The following updates were made to the SDK configuration as a result:
    • baseAuthUrl no longer exists
    • baseApiUrl is updated to exclude apiVersion (default is https://api.ordercloud.io)
    • apiVersion now exists (default is v1)

SDK has been generated to be in line with API v1.0.165