GET
https://stoplight.io/mocks/replyteam/reply/765516802
/
email-accounts
curl --request GET \
  --url https://stoplight.io/mocks/replyteam/reply/765516802/email-accounts
[
  {
    "id": 123,
    "senderName": "<string>",
    "emailAddress": "jsmith@example.com",
    "signature": "<string>"
  }
]

Response

200 - application/json

Email accounts retrieved successfully

The response is of type object[].