Oracle Eloqua Developer Release Notes - 21C
A list of developer-facing new features, significant recent changes, and platform notices for Oracle Eloqua release 21C:
New features
Application API
- Asynchronous Form Processing via API is now available for the Create form data for a single form endpoint. Learn more.
Authentication
- More detailed 401 error responses are now available when authenticating with OAuth 2.0:
- For the https://login.eloqua.com/auth/oauth2/token endpoint, for the error code "401 Unauthorized", the response body will now include an error, error code, and error description. For example:
{ "error": "unknown_token", "error_code": 2501, "error_description": "Provided Token is Unknown." }
- Here's a description of each property:
0