Validatecustomersession
Gift Card Customers
Validatecustomersession
Validate Customer Session
Check if a customer session token is still valid and return the customer identity. Used by the ambassador to verify customer authentication on protected routes.
Request Body:
sessionToken: The session token to validate
Returns:
valid: Whether the session is validcustomer: Customer identity if session is valid
Status Codes:
- 200: Session validation result returned
POST
Validatecustomersession
Authorizations
JWT access token obtained from POST /v2/token.
Headers
Body
application/json
Request to validate a session token.
Session token to validate
Required string length:
1 - 128