GET
https://stoplight.io/mocks/replyteam/reply/765516802
/
templates
/
{id}
curl --request GET \
  --url https://stoplight.io/mocks/replyteam/reply/765516802/templates/{id}
{
  "id": 12345,
  "name": "Sales Follow-up",
  "subject": "Re: Our previous conversation",
  "body": "Hi {{firstName}},\n\nI hope this email finds you well. I wanted to follow up on our previous conversation about...",
  "categoryId": "123"
}

Path Parameters

id
string
required

Template Id

Response

200 - application/json

Template details retrieved successfully

The response is of type object.