Skip to main content
GET
/
auth
/
instagram
/
callback
Instagram OAuth Callback
curl --request GET \
  --url http://localhost:3000/api/auth/instagram/callback

Query Parameters

code
string

OAuth authorization code from Instagram

state
string

State parameter for CSRF protection

error
string

Error code if OAuth failed

error_description
string

Human-readable error description

Response

302

Redirects to signin page with authentication token or error