post https://stageapi.skipcart.com/v1API/Auth/User
The Authentication API serves as the partner login function which must occur once a day. Like all Skipcart APIs, the unique partner AppToken needs to be included in the header to return a UserToken that will be used in subsequent API requests. The Authentication service is a required API for Skipcart integration.
Authentication Request
{
"Email": "[email protected]",
"Password": "MyPassword"
}
Retain the UserToken value - it is required for subsequent API calls