Feature Pack 4Feature Pack 5Feature Pack 6

LTPAIdentityHandler

This class provides RESTful services to login and logout a registered user using the LTPAToken. It calls the Person noun to perform the services.

Method Name HTTP Method URL Query Params Description Authentication Example
authenticate POST store/{storeId}/ltpaidentity/ responseFormat={responseFormat} Authenticates a user using the LTPAToken. Yes,HTTPS Sample
logout DELETE store/{storeId}/ltpaidentity/@self responseFormat={responseFormat} Logs out the user. Yes,HTTPS Sample