← All status codes
302

Found

The resource is temporarily at a different URL. The client should continue using the original URL for future requests. Often used for login redirects and temporary maintenance pages.

COMMON CAUSES

Login redirect — unauthenticated user sent to login page
A/B testing routing
Temporary maintenance redirect
Geographic routing

HOW TO FIX IT

If your API returns 302 unexpectedly, you may have an auth issue — the server is trying to redirect to a login page

What this means for monitoring

A 302 on an API endpoint often means your monitoring request isn't authenticated. Check if you need to send auth headers.

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.