API ReferenceEmail
Get Email Block Logs
Authorization
apiKey X-API-Key<token>
API key for authentication
In: header
Query Parameters
blockedEmailId?string
Filter by specific block ID
fromAddress?string
Filter by sender address
startDate?string
Filter from date
Format
date-timeendDate?string
Filter to date
Format
date-timelimit?integer
Number of results
Default
50Range
-9007199254740991 <= value <= 9007199254740991offset?integer
Pagination offset
Default
0Range
0 <= value <= 9007199254740991Response Body
application/json
curl -X GET "https://samva.app/api/v1/email/blocks/logs"{
"logs": [
{
"id": "string",
"fromAddress": "string",
"toAddress": "string",
"subject": "string",
"blockType": "email",
"blockValue": "string",
"blockReason": "string",
"spfResult": "string",
"dkimResult": "string",
"dmarcResult": "string",
"spamScore": 0,
"blockedAt": "2019-08-24T14:15:22Z"
}
],
"total": 0
}