cURL
curl --request GET \ --url https://staging-api.puppetvendors.com/integrations/shippo \ --header 'x-access-token: <api-key>'
Retrieve the vendor’s Shippo shipping integration
Documentation IndexFetch the complete documentation index at: https://dev.puppetvendors.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://dev.puppetvendors.com/llms.txt
Use this file to discover all available pages before exploring further.
{ "success": true, "data": { "integration": { "type": "shippo", "connected": true, "apiKey": "shippo_test_****...****abc1", "updatedAt": "2024-05-01T08:00:00.000Z" } } }
curl -X GET "https://staging-api.puppetvendors.com/integrations/shippo" \ -H "x-access-token: YOUR_VENDOR_JWT_TOKEN"
Was this page helpful?