Webservice.Printservice
Hollandridderkerk©
home | SendOrder | uStore SSO
Title uStore SSO
URL /api/getustoresso?api_token=[api_token]&externalid=[externalid]&firstname=[firstname]&lastname=[lastname]&emailaddress=[emailaddress]
Method POST
URL Params Required:
api_token: [string](will be provided by Hollandridderkerk)
externalid: [string](will be provided by Hollandridderkerk)
firstname: [string]
lastname: [string]
emailaddress: [string]
Success Response Type: String
Example:
https://store.printservice.nl/uStore/Login.aspx?StoreId=123&login=G1YhqO2HmmcuG/VFT4EmFvhsSboiEE+PrdDJ76N31D133Z/Sz8=
Error Response Type: JSON
Code: 403
Content: Unauthorized
Example:
{
"data": "Unauthorized",
"status": 403
}