Read One Content

GET {{apiPath}}/environments/{{envID}}/templates/{{templateName}}/contents/{{contentID}}

To get data for a single content resource, the GET /environments/{{envID}}/templates/{{templateName}}/contents/{{contentID}} operation returns data only for the content resource with the content ID specified in the request URL.

RESPONSES

status: OK

{"_links":{"self":{"href":"https://api.pingone.com/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6/templates/strong_authentication/contents/952ab33b-1d49-4ce6-8fd2-51b5545578a7"},"template":{"href":"https://api.pingone.com/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6/templates/strong_authentication"},"environment":{"href":"https://api.pingone.com/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6"}},"id":"952ab33b-1d49-4ce6-8fd2-51b5545578a7","environment":{"id":"abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6"},"createdAt":"2021-01-14T00:24:44.718Z","updatedAt":"2021-01-14T00:24:44.718Z","locale":"en","variant":"variant_A","template":{"id":"strong_authentication"},"subject":"Test Email","body":"I'm an email body! I was created at: 1610583884, I'm a result of a POST request and your OTP is ${otp}","deliveryMethod":"Email","default":false}