Skip to content

Get deliverability report

GET
/api/emails/{namespace}/{emailId}/deliverability-report

Authorizations

ApiKey
Type
API Key (header: X-Api-Key)

Parameters

Path Parameters

namespace*
Type
string
Required
emailId*
Type
string
Required

Query Parameters

received_timestamp*
Type
number
Required

Responses

application/json
JSON
{
  
"status": {
  
},
  
"analysis_version": "string",
  
"expires_at": "string",
  
"report": {
  
},
  
"errors": [
  
  
{
  
  
}
  
]
}

Playground

Server
Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI