curl "https://api.goshippo.com/carrier_accounts/2ccf5af209bb484cb20190d9cadbb61c/signin/initiate?redirect_uri=https://client.example.com/cb&state=SplxlOBeZQQYbYS6WxSbIA" \
-H "Authorization: ShippoToken <API_TOKEN>"{
"title": "Missing required parameter",
"detail": "redirect_uri"
}Used by client applications to setup or reconnect an existing carrier account with carriers that support OAuth 2.0
curl "https://api.goshippo.com/carrier_accounts/2ccf5af209bb484cb20190d9cadbb61c/signin/initiate?redirect_uri=https://client.example.com/cb&state=SplxlOBeZQQYbYS6WxSbIA" \
-H "Authorization: ShippoToken <API_TOKEN>"{
"title": "Missing required parameter",
"detail": "redirect_uri"
}API key authentication using the ShippoToken scheme. Format: Authorization: ShippoToken <API_TOKEN> Example: Authorization: ShippoToken shippo_live_abc123
Optional string used to pick a non-default API version to use. See our API version guide.
"2018-02-08"
The carrier account ID (UUID) to start a signin process.
Callback URL. The URL that tells the authorization server where to send the user back to after they approve the request.
A random string generated by the consuming application and included in the request to prevent CSRF attacks. The consuming application checks that the same value is returned after the user authorizes Shippo.
Redirects the browser to the carrier login page, with the needed parameters
Was this page helpful?