Skip to main content

Retrieve a template

Retrieves a template object.

Parameters

No parameters.

Returns

Returns the template object for a valid identifier.

get
/api/templates/{id}
curl https://{workspace}.kitchen.co/api/templates/{id} \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'X-Requested-With: XMLHttpRequest' \
-H 'Authorization: Bearer {API_KEY}'
Response
{
"createdAt": "2024-05-23T08:30:11+00:00",
"id": "fo_4467f84d80755361f178be28",
"name": "et",
"updatedAt": "2024-05-23T08:30:11+00:00"
}