Get Template
Use this endpoint to fetch template details by Id
Authorized Roles : PROVIDER
Request
URI
GET
https://{api_host}/provider/templates/{uuid}
COPY
Path Parameters
string
uuid
Required
ID of the template
Responses
200
OK
Operation doesn't return any data structure
400
Bad Request
Operation doesn't return any data structure
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/provider/templates/{uuid}