Get preferred provider
GET /v1/auth/preferred-provider — Read the user's explicit "Use this provider" override from auth-profiles.json. select-provider.ts honors this BEFORE its
GET /v1/auth/preferred-provider
Read the user's explicit "Use this provider" override from auth-profiles.json. select-provider.ts honors this BEFORE its normal precedence chain.
| Method | GET |
| Path | /v1/auth/preferred-provider |
| Auth | Authorization: Bearer <token> required when GATEWAY_AUTH_TOKEN is set |
| Category | auth |