Filing: Post SMTP Log

HTTP Method: POST

https://app.myfilerunner.com/api/v1/filing/postSmtpLog

Posts SMTP log.

Header parameters

Name Type Description
client-token Required String API key provided by MyFileRunner admin.
user-token Required String Session token for the user obtained on login.

Body parameters

Name Type Description
location String Location code.
filing_id String Filing ID.
sc_id String Supreme court ID.

Example request

                
    curl  -H "client-token: api-mfr-0123456789abcdef0123456789ABCDEF" -H "user-token: usr-tkn-0123456789abcdef0123456789ABCDEF" -H "content-type: Application/JSON" -d {"location": "coa:10", "filing_id": "a093bcce-aeee-4684-95ab-f4ae0fe48494"} https://app.myfilerunner.com/api/v1/filing/postSmtpLog

            

Example response

            {
    "success": true,
    "data": []
}