Y
There is no response body on post request?
Yusuf Taş almost 4 years ago 4893 views 2 replies
I am sending post request successfully and response status 201 but there is no response body. Also it doesn't exist in the API logs.
2 replies
Z
zeevy almost 4 years ago
201: A resource was successfully created in response to a POST request. The Location header contains the URL pointing to the newly created resource.
It should be there in the logs in the account using which the API call was made (logs will be deleted after 6 hours)
Z
zeevy almost 4 years ago
Ya, there will be no body for 201 status, generally rest agent will follow the location header to get the data