Get the HTML content, subject, and attachments of an email body.
Security
bearerAuth
GET
curl -i -X GET \
'https://leadgen.grinfi.io/emails/api/email-bodies/{uuid}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Response
{ "uuid": "095be615-a8ad-4c33-8e9c-c7612fbf6c9f", "team_id": 0, "body": "string", "attachments": [ {} ], "subject": "string", "created_at": "2019-08-24T14:15:22Z", "updated_at": "2019-08-24T14:15:22Z" }