Skip to main content

Test API requests via postman

Configure different types of requests, for which the configured API Key must have the appropriate permissions to execute the required REST API operation.

Submit a request to the “hello” endpoint

  1. Right-click on your collection (or folder) and select Add Request.

  2. Under the Authorization tab, select Inherit auth from parent in the drop-down list.

    Inherit_from_auth.png
  3. Select the GET HTTP method from the drop-down list, enter the ‘hello’ endpoint URL for the platform being tested, and click Send.

    send_request.png

Submit a request to the “certificate” endpoint

  1. Right-click on your collection (or folder) and select Add Request.

  2. Under the Authorization tab, select Inherit auth from parent in the drop-down list.

  3. Select the POST HTTP method from the drop-down list. Enter the ‘certificate’ endpoint URL for the platform being tested, enter the appropriate JSON request within the Body panel and click Send.

    Post_request.png

    Nota

    DigiCert​​®​​ Trust Lifecycle Manager Swagger-based REST API documentation is accessible from within the admin web console under ResourcesAPI Reference, e.g.https://one.digicert.com/mpki/docs/swagger-ui/index.html