Templates Endpoint
Get Specific Template
Retrieves details of a specific template by its ID.
GET
/
templates
/
{templateId}
Authorizations
x-api-key
string
headerrequiredPath Parameters
templateId
string
requiredThe unique identifier of the template.
Response
200 - application/json
id
string
The id of the template.
name
string
The name of the template.
config
object