Skip to main content
GET
/
integrations
/
shipstation
ShipStation
curl --request GET \
  --url https://staging-api.puppetvendors.com/integrations/shipstation \
  --header 'x-access-token: <api-key>'

Documentation Index

Fetch the complete documentation index at: https://dev.puppetvendors.com/llms.txt

Use this file to discover all available pages before exploring further.

V2 Alpha — This endpoint is part of the V2 API preview. Breaking changes may occur.

Overview

Retrieve the ShipStation integration configuration. API credentials are returned masked.

Response

200
{
  "success": true,
  "data": {
    "integration": {
      "type": "shipstation",
      "connected": true,
      "apiKey": "****...****xyz9",
      "updatedAt": "2024-05-01T08:00:00.000Z"
    }
  }
}

Example

curl -X GET "https://staging-api.puppetvendors.com/integrations/shipstation" \
  -H "x-access-token: YOUR_VENDOR_JWT_TOKEN"