Get All External Authentications
Request Parameters:
This method is used to get all external authentications.
URL : ../Api/Client/GetAllExternalAuthentications
Header:
Content-Type:application/json
Required Parameters :
Case-1. Exception parameters :
Parameter:
{
"ApiSecretKey":"i99b98d117m116a112o98k115c111",
"StoreId": "",
}
Response :
{
"Status": 0,
"Message": "Request cannot be empty",
"Data": null,
"ValidationMessage": [],
"ErrorMessage": null
}
Case-2. Success Response :
Parameter:
{
"ApiSecretKey":"i99b98d117m116a112o98k115c111",
"StoreId": "1",
}
Response :
{
"Status": 1,
"Message": "Success",
"Data": [
{
"Message": null,
"FriendlyName": "Facebook authentication",
"SystemName": "ExternalAuth.Facebook",
"DisplayOrder": 5,
"IsActive": true
}
],
"ValidationMessage": [],
"ErrorMessage": null
}