API authentication methods
Partners can authenticate with the APIs using one of the following methods:
Provide the loginName and loginPassword parameters in the request.
Sample request
curl --location --request POST 'https://secure.trust-provider.com/products/!APIendpoint' \
--header 'Content-Type: application/x-www-form-urlencoded' \
--data-urlencode 'loginName=yourLoginName' \
--data-urlencode 'loginPassword=yourPassword' \
-
Connect to
https://private.trust-provider.comorhttps://private.sectigo.comusing HTTPS. -
Provide a valid client certificate during the HTTPS connection.
-
Include the
loginNameparameter corresponding to the certificate owner.The platform verifies that the account is active and that the authentication certificate is associated with the provided
loginName.