Read One Template

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

To get data for a single template resource, the GET /environments/{{envID}}/templates/{{templateName}} operation returns data only for the template resource with the template name 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"},"environment":{"href":"https://api.pingone.com/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6"}},"id":"strong_authentication","environment":{"id":"abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6"},"description":"Users will receive this message for strong authentication.","deliveryMethods":["SMS","voice","Email","Push"],"displayName":"Strong Authentication","createdAt":"2018-12-10T10:45:05.000Z","updatedAt":"2018-12-10T10:45:05.000Z","variables":{"user.username":{"required":false},"otp":{"required":true,"requiredForDeliveryMethods":["SMS","Email"]}},"allowDynamicVariables":true}