Get details about a token used to authenticate the request
get/api/auth/validate
Response
OK
revocationIdstring required
The id used to revoke the token
namestring required
Name of the token
domainstring required
The product domain for the associated customer
expirationUtcstring date-time required
UTC instant at which the token stops being accepted. For any token this endpoint answers it is
a future instant, since an expired one is rejected before the request is served. Tokens created
without an expiry report the maximum representable date rather than a real one.