I tried to post a question in stack overflow with the API /questions/add. I used my generated access token and key of my registered application. The response did not throw any error but it is not reflected in stackoverflow either. The response neither gave the link to the question nor the question id.

Question posted through stack exchange API is not reflecting in stackoverflow
149 Views Asked by Karthick Balaji At
1
From Role of "preview" in "/questions/add" by Birkan Cilingir
In your screenshot the
previewproperty is true. So that only emulates the posting of the question. It looks like that succeeded without errors. Set thepreviewto false to actually post on the site.