RootCertificate¶
This Admin method downloads the MPS Root Certificate.
Click here for supported input and output types.
Example: Request Body¶
Note: The following code block is an example of what would be the data sent as part of the POST request.
//admin method
{
"method":"MPSRootCertificate",
"payload":{}
}
ResponseBody¶
Downloads MPS root certificate.
Return to MPS Methods