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

Documentation Index

Fetch the complete documentation index at: https://docs.traza.com.au/llms.txt

Use this file to discover all available pages before exploring further.

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