BigCommerce OAuth Authorization
Handles BigCommerce OAuth authorization callbacks. Accepts either an authorization code (for install flow) or a signed_payload (for load/uninstall callbacks). Returns an HTML page on success.
Handles BigCommerce OAuth authorization callbacks. Accepts either an authorization code (for install flow) or a signed_payload (for load/uninstall callbacks). Returns an HTML page on success.
Query Parameters
BigCommerce OAuth authorization code
BigCommerce signed payload for load/uninstall callbacks
Response Body
text/html
application/json
curl -X GET "https://example.hub.loginradius.com/sso/bigcommerce/auth?code=abc123def456&signed_payload=eyJhbGciOiJIUzI1NiJ9...""string"{
"Message": "string",
"Description": "string",
"ErrorCode": 0,
"Code": 0
}Authorization
Authorization guidance for hosted plugin APIs, including API key, X-LoginRadius-ApiKey usage, and connector-specific exceptions.
Generate BigCommerce Login URL (GET) GET
Generates a BigCommerce customer login URL using the provided LoginRadius access token. If the customer does not exist in BigCommerce, it creates one. Returns a login URL that can be used to authenticate the user into BigCommerce.