Reminder: Changes to Email API validation going live at 1:30pm EST

Tuesday, 28 November 1 hour and 58 minutes
Complete
Complete

The maintenance is now complete. Thanks for your patience.

Underway

The scheduled maintenance is now underway. We'll keep you updated on our progress.

Scheduled

Changes to Email API validation – Action may be required

We're making some improvements to our API infrastructure and as a result, we're changing how we handle the validation of your API requests beginning today, November 28th at 1:30pm EST.

In the past, Postmark's email API has been pretty forgiving to requests that are passed incorrectly. In some cases, we've accepted invalid request headers, malformed JSON and mismatched field types — even if they didn't match our API documentation. Going forward, we'll start to reject invalid requests and return an error message instead.

If you see Postmark return error messages to API requests that were previously accepted without issues, please double-check your request JSON and ensure it is actually valid. The possible failures are:

  • HTTP error 415: Unsupported Media Type. Solution: Check that the documented request headers are being passed (Content-Type and Accept)
  • HTTP error 422. API error code: 403 — Invalid request fields(s) - {FIELD_NAME}. The {FIELD_NAME} will indicate where the invalid JSON is.
  • HTTP error 422. API error code: 402 — Invalid JSON. The request payload is not valid JSON

We recommend using a tool such as JSONLint to check your request payloads for any obvious validation errors, if that shows no issues then refer to our API documentation pages and make sure your request matches the schema(s) we are expecting.

Blackout periods were previously held on November 15th to help you catch any issues ahead of this cut over.

See our full announcement here for more details and some common reasons why your request might be invalid.

If you have any questions or need any help let us know.

Avatar for Dana Chaby
Dana Chaby
Began at:

Affected components
  • API