Hosted Plugins API
Introduction to hosted plugin APIs for BigCommerce, Shopify, and PerfectMind SSO connector workflows.
Overview
The Hosted Plugins API is for connector-style SSO workflows with third-party platforms that rely on LoginRadius-hosted integration patterns rather than general-purpose identity protocols alone.
Use this group when you are integrating LoginRadius with supported hosted plugin ecosystems such as BigCommerce, Shopify, and PerfectMind.
What this API group covers
The current Hosted Plugins API group includes:
BigCommerce SSOShopify SSOPerfectMind SSO
These sections focus on plugin-specific SSO or session-establishment flows between LoginRadius and the target platform.
Available sections
BigCommerce SSO
Endpoints for BigCommerce login URL generation, token handling, and credential-validation behavior in the BigCommerce connector flow.
Shopify SSO
Endpoints for Shopify login URL generation and Multipass-style login continuation through LoginRadius.
PerfectMind SSO
Endpoints for session and contact lookup flows used in PerfectMind integrations.
Common workflows
Typical uses for this group include:
- generating login URLs for supported hosted plugin platforms
- converting authenticated LoginRadius sessions into platform-specific SSO behavior
- supporting commerce or plugin connector implementations without building a full standards-based federation stack
When to start here
Start with the Hosted Plugins API when:
- your integration target is BigCommerce, Shopify, or PerfectMind
- you are using a LoginRadius hosted connector or connector-style integration
- your goal is platform-specific SSO continuity, not a generic OAuth/SAML/JWT flow
If your target system supports standard federation and you are implementing a protocol-driven solution, the Single Sign-On API may be the better starting point.
Next steps
- Review the Authorization page for this group because auth behavior varies slightly across hosted plugin endpoints
- Start with the platform-specific section that matches your target ecosystem
- Use the generated reference pages for exact request and response behavior per connector route