Skip to content

RootCertificate

This Admin method downloads the MPS Root Certificate.

Click here for supported input and output types.

  • Endpoint: /admin
  • Method Type: POST
  • Headers: X-MPS-API-Key
  • Body:
{  
   "method":"MPSRootCertificate",
   "payload":{}
}

Example Outputs:

Success

-----BEGIN CERTIFICATE-----
Your MPS Root Certificate String
-----END CERTIFICATE-----

Return to MPS Methods