Skip to main content

Retrieve Template by Name

GET {{baseURL}}api/v1/template/name/:templateName?templateServiceId=string&type=string

Description

To retrieve a template by its name

Params

  • templateServiceId: string
  • type: string

Path Variable

  • templateName: string

LANGUAGE

AUTHORIZATION

Bearer

CURL REQUEST


curl --request GET \ 
--url {{baseURL}}api/v1/template/name/:templateName?templateServiceId=string&type=string \
--header 'accept: application/json' \
--header 'content-type: application/json'

RESPONSE


Click Try It! to start a request and see the response here!