2025-06-02: OAuth Service - added fields to validateauthtoken response
Previous2025-06-04: Order Service - cartId addedNext2025-05-26: Order Service - adding entries to an order
Last updated
Was this helpful?
Last updated
Was this helpful?
The Validate a token endpoint of Oauth service returns now two additional fields:
email - Customer email used to login (generate the token).
legalEntityId - Legal Entity Id.
Added the email
and legalEntityId
fields in response.
There are no known problems.