The versionInformation method is used to obtain details about the API versions as well as the new features or changes introduced in each version. This allows the integrator to determine:
What the current (latest) version of the API is.
What changes and new features the given version brings (e.g., added methods, modified parameters, bug fixes).
What the previous versions are and how they differ from the current state.
What planned downtimes and other important information related to (but not limited to) CPL.
Request
Authorization
JWT Bearer
Add the parameter
Authorization
to Headers,whose value is to concatenate the Token after the Bearer.