Postmark Messages > Outbound > {Messageid} API

The Messages > Outbound > {Messageid} API from Postmark — 1 operation(s) for messages > outbound > {messageid}.

OpenAPI Specification

postmark-messages-outbound-messageid-api-openapi.yml Raw ↑
openapi: 3.0.1
info:
  title: Postmark Account Activate Messages > Outbound > {Messageid} 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: Messages > Outbound > {Messageid}
paths:
  /messages/outbound/{messageid}/details:
    get:
      tags:
      - Messages > Outbound > {Messageid}
      summary: Postmark Outbound message details
      parameters:
      - name: messageid
        in: path
        schema:
          type: string
        required: true
        description: The ID of the message which should bypass inbound rules.
        example: <string>
      responses:
        '200':
          description: Successful response
          content:
            application/json: {}