cURL
curl --request GET \ --url https://api.puppetvendors.com/v2/vendor/integrations/shipstation \ --header 'x-access-token: <api-key>'
Retrieve the vendor’s ShipStation integration
{ "success": true, "data": { "integration": { "type": "shipstation", "connected": true, "apiKey": "****...****xyz9", "updatedAt": "2024-05-01T08:00:00.000Z" } } }
curl -X GET "https://api.puppetvendors.com/v2/vendor/integrations/shipstation" \ -H "x-access-token: YOUR_VENDOR_JWT_TOKEN"