openapi: 3.0.1 info: title: Postmark Account Activate Sends API description: 'Postmark makes sending and receiving email incredibly easy. The Account-level API allows users to configure all Servers, Domains, and Sender Signatures associated with an Account. ' version: 0.9.0 servers: - url: //api.postmarkapp.com/ tags: - name: Sends paths: /stats/outbound/sends: get: tags: - Sends summary: Postmark Get sent counts parameters: - name: tag in: query schema: type: string description: Filter by tag example: - name: fromdate in: query schema: type: string description: Filter messages starting from the date specified. e.g. `2014-02-01` example: - name: todate in: query schema: type: string description: Filter messages up to the date specified. e.g. `2014-02-01` example: responses: '200': description: Successful response content: application/json: {}