← All status codes
303

See Other

The response to your request is at a different URL, and you should use GET to retrieve it. Common after a POST — the server is saying "the thing you created is over here."

COMMON CAUSES

POST/PUT completed, result available at another URL
Form submission redirect

HOW TO FIX IT

Follow the redirect with a GET request to the Location header URL

What this means for monitoring

Rarely seen in API monitoring. More common in web application flows.

Related status codes

3xx Redirection

Get alerted when your endpoints return unexpected status codes.

Larm checks your HTTP endpoints from multiple global locations and alerts you when they return status codes outside your expected range.