ENDPOINT & METHODS
| ENDPOINT | METHOD | REQUEST PARAMETERS | ||||||||||||
| https://api.teneo.be/v1/abuselog | POST |
|
RESPONSE
-
[{
"RECIPIENT":" somecomplainer@domain.com",
"ACTION":"FORWARD",
"TIMESTAMP":"14 Apr 2017 01:10:16.0441 (UTC)",
"UNSUBURL":"http://example.mydomain.com/unsubscribe.php?id=xxxx",
"DOMAIN":"domain.com",
"SENDER":"somesender@domain.com",
"SUBJECT":"Example subject from an email campaign"
"ID":"2187311"
}]
Not yet available
RESPONSE FIELDS
| ELEMENT | DESCRIPTION | TYPE |
|---|---|---|
| Recipient | The original contact who clicked "this is spam" | string |
| Action | What we did with the complaint, can be either FORWARD, HANDLE or HOLD | string |
| Timestamp | When the complaint arrived at our FBL Processor servers | datetime |
| Unsuburl | The unsubscribe URL found in the complaint message | string |
| Domain | The domain from which the complaint originated | string |
| Subject | Subject of the message that caused the complaint | string |
| ID | The unqiue ID for this abuse message | string |