프로
엔터프라이즈
1000회/분
콘텐츠 조회
이메일의 콘텐츠(본문 내용)을 조회합니다.
Path Parameters
- Type: integeridrequired
이메일 아이디
Responses
- text/html
- application/json
Request Example for get/emails/{id}/content
curl https://api.stibee.com/v2/emails/1/content \
--header 'AccessToken: YOUR_SECRET_TOKEN'
<html>
<head>
</head>
<body>
hello
</body>
</html>

