API structure has changed
2 structure changes including:
2 Breaking changes
1 Modification
1 Removal
Modified
1
Breaking
POST /oauth/token
- Body
-
content type Modified
- client_id, client_secret properties Removed
- refresh_token, grant_type, redirect_uri properties Added
- Response
-
201 response Modified
- access_token, token_type, expires_in, scope properties Added
- Header
- authorization header Added
Removed
1
Breaking
POST /auth/access_token