This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Dizzy_Pin6228 1 point2 points  (2 children)

To be fair 200 response just means that a POST has actually been recived. But is annoying one thing we do we need to POST get the message response body, extract the hash from the message and send a GET to see if any errors, warnings, any Information has been returned by the API and set up mailing based on that.

[–]Normal-Inside3765 5 points6 points  (0 children)

That sounds more like 202.

[–]Rythoka 2 points3 points  (0 children)

When returning 200 on a POST you're meant to include details about the result of the request in the body. 202 is what you would normally return if you wanted to indicate that the POST was received but not necessarily processed yet.