Postmark · Schema

SenderListingResults

EmailsMessagingTransactional EmailDeliverabilitySMTP

Properties

Name Type Description
TotalCount integer
SenderSignatures array
View JSON Schema on GitHub

JSON Schema

postmark-senderlistingresults-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SenderListingResults",
  "title": "SenderListingResults",
  "type": "object",
  "properties": {
    "TotalCount": {
      "type": "integer"
    },
    "SenderSignatures": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/SenderSignatureInformation"
      }
    }
  },
  "description": ""
}