Skip to main content
GET
/
integrations
/
{integration_type}
/
{integration_name}
/
write-info
Integration Write Info
curl --request GET \
  --url https://production.trackstarhq.com/integrations/{integration_type}/{integration_name}/write-info \
  --header 'x-trackstar-api-key: <x-trackstar-api-key>'
{
  "error": "<string>",
  "id": "<string>"
}

Headers

x-trackstar-api-key
string
required

Your organization-level Trackstar API key.

Example:

"<x-trackstar-api-key>"

x-trackstar-access-token
string

Optional. Pass this in to get connection-specific field information. Your user's access token for a specific integration (ShipHero, Extensiv, etc).

Example:

"<x-trackstar-access-token>"

Path Parameters

integration_type
enum<string>
required

The type of integration to filter by.

Available options:
wms,
freight,
cart,
carrier
integration_name
string
required

The name of the integration to filter by.

Response

Successful response