Interface: operations
Properties
listSentEmails
listSentEmails:
object
parameters
parameters:
object
parameters.cookie?
optionalcookie:undefined
parameters.header?
optionalheader:undefined
parameters.path?
optionalpath:undefined
parameters.query?
optionalquery:object
parameters.query.user_email?
optionaluser_email:string
Description
The email address of the user to get sent emails to or from
requestBody?
optionalrequestBody:undefined
responses
responses:
object
responses.200
200:
object
Description
A list of sent emails.
responses.200.content
content:
object
responses.200.content.application/json
application/json:
object[]
responses.200.headers
headers:
object
Index Signature
[name: string]: unknown
responses.403
403:
object
Description
Forbidden - server is not mocking email sends
responses.403.content
content:
object
responses.403.content.application/json
application/json:
object
responses.403.content.application/json.code?
optionalcode:string
Description
A short, machine-readable error code, for when HTTP status codes are not sufficient.
responses.403.content.application/json.message?
optionalmessage:string
Description
A human-readable description of the error.
Example
ts
The requested resource could not be found.responses.403.headers
headers:
object
Index Signature
[name: string]: unknown