Skip to main content

Test API requests via Postman

You can configure different types of requests. The configured API key must have the appropriate permissions to execute the required REST API operation.

Submit requests to the “hello” endpoint

To submit requests to the “hello” endpoint via Postman:

  1. Right-click 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 GET HTTP method from the dropdown list, enter the ‘hello’ endpoint URL for the platform being tested, and select Send.

image2.png

Submit requests to the “certificate” endpoint

To submit requests to the “certificate” endpoint via Postman:

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

  2. Under the Authorization tab, select Inherit auth from parent in the dropdown 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 on Send.

image3.png

Note

The DigiCert​​®​​ Trust Lifecycle Manager Swagger-based REST API documentation is hosted within the platform under Resources > API reference.