GET
/templates/{id}
Retrieve Template
Compatibility endpoint to retrieve template data.
Compatibility endpoint to retrieve template data.
curl -X GET "http://localhost:8080/v1/templates/id_123" \
-H "Authorization: Bearer <API_KEY>" \
-H "Content-Type: application/json" \
-d '{}'
{
"id": "id_123",
"object": "template"
}
{}