Verify the access token
GET
/api/v1/customer/auth/verify/
Check a token and get the current customer profile back.
Authorizations
shopperToken
The shopper's access token from the shopper authentication endpoints. Required for cart, checkout, orders, and account actions.
Type
HTTP (bearer)
Responses
Token is valid.
application/json
JSON "status": true, "status_code": 0, "message": "string", "data": { "valid": true, "customer": "string" }
{
}