200 OK
The request succeeded.
What it means
200 is the standard success response. For GET, it means the resource was found and returned. For POST/PUT/PATCH, it often means the operation completed successfully and the response body contains the result.
When you see it
- GET returned the requested resource
- POST/PUT/PATCH completed successfully
- DELETE removed the resource (some APIs use 204 instead)
Test your API and see if the issue is resolved.
Open Send Web Request — free, no signup. Or send a POST request online.