Used by client applications to setup or reconnect an existing carrier account with carriers that support OAuth 2.0
Redirects the browser to the carrier login page, with the needed parameters
Invalid parameters provided by the user
Invalid ShippoToken or unsupported carrier account provided by the user
Invalid carrier account provided by the user
curl "https://api.goshippo.com/carrier_accounts/2ccf5af209bb484cb20190d9cadbb61c/signin/initiate?redirect_uri=https://client.example.com/cb&state=SplxlOBeZQQYbYS6WxSbIA" \ -H "Authorization: ShippoToken shippo_test_3a47d23c032ca626fce863c48d0f93d63a394396"
{- "title": "Missing required parameter",
- "detail": "redirect_uri"
}