Generate BigCommerce Login URL (POST)
POST/sso/bigcommerce/api/token
Generates a BigCommerce customer login URL using the provided LoginRadius access token sent in the request body. 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.
Request
Responses
- 200
- 400
- 401
- 403
OK: BigCommerce login URL generated successfully.
Bad Request: The request could not be understood by the server due to malformed syntax.
Unauthorized: The API key or access token is missing or invalid.
Forbidden: The request is not allowed.