messages

generate temporary access to email html

post/api/v1/mails/{mailServerID}/messages/{messageID}/temporary-access

Path parameters

mailServerIDstring required
messageIDstring required

Query parameters

expirationnumber

Specifying hourly expiration schedule options

Response

OK

statusstring

Changes

Changed in 2 of the 14 revisions of this API.13

    • removed the media type */* for the response with the status

      response-media-type-removed

    • for the query request parameter expiration, the type was generalized from integer to number

      request-parameter-type-generalized

    • added the media type application/json for the response with the status

      response-media-type-added

    • endpoint added

      endpoint-added