Mailrelay API Reference

Add a new media file

POST /media_files

Add a new media file

Parameters

NameTypeDescription
media_folder_id integer Media folder
file

Responses

StatusDescription
201 Success
400 The request is invalid. Check if the field names in the request and the request data is valid.
422 A validation error occurred. Check the response body for more information.
401 The API key wasn't sent or is invalid
500 An internal error happened. Try again later.