Postmark Retry API

The Retry API from Postmark — 1 operation(s) for retry.

OpenAPI Specification

postmark-retry-api-openapi.yml Raw ↑
openapi: 3.0.1
info:
  title: Postmark Account Activate Retry 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: Retry
paths:
  /messages/inbound/{messageid}/retry:
    put:
      tags:
      - Retry
      summary: Postmark Retry a failed inbound message for processing
      requestBody:
        content: {}
      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: {}