Confirming the certificate provision status

This example shows you how to get a provisioning status from Trust Protection Platform. You can confirm that the certificate was signed, returned from the Certificate Authority (CA), and successfully pushed to the target device.

To confirm the provision status

  1. Reuse or create a bearer token that includes the scope certificate.The bear token grants your client access to Trust Protection Platform.

    To get a bearer token, see Getting a token. For each subsequent API call, be sure to include the token in the request header.
  2. To poll the provisioning status, call GET Certificates/{guid} For example:

    GET https://tpp.venafi.example/vedsdk/Certificates/{4d737c77-3cc8-4024-ac5f-d044715f41d7}
    Authorization:Bearer 4MyGeneratedBearerTknz==