Generate BigCommerce Login URL (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.

GET
/sso/bigcommerce/api/token

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.

apikey<token>

Tenant API Key for authentication

In: query

Query Parameters

access_token*string

Access Token of the User

store*string

BigCommerce store hash identifier

password?string

User's password

return_url?string

URL to redirect the user to after login

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://example.hub.loginradius.com/sso/bigcommerce/api/token?access_token=1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef&store=abc123&password=MyPassword123&return_url=https%3A%2F%2Fexample.com%2Fdashboard"
{
  "loginUrl": "https://store-abc123.mybigcommerce.com/login/token/eyJhbGciOiJIUzI1NiJ9"
}
{
  "Message": "string",
  "Description": "string",
  "ErrorCode": 0,
  "Code": 0
}
{
  "Message": "string",
  "Description": "string",
  "ErrorCode": 0,
  "Code": 0
}
{
  "Message": "string",
  "Description": "string",
  "ErrorCode": 0,
  "Code": 0
}