Skip to main content

Test Connection

POST 

/api/shipstation/integration-instances/:integration_instance/test-connection

Tests the ShipStation API connection for an integration instance by calling the ShipStation V1 List Warehouses endpoint with the instance's stored apiKey/apiSecret.

Authorization

Any valid API token can call this endpoint — no specific scope required. Manage tokens.

No request body. Returns 200 with Connection successful when ShipStation responds successfully, or 400 when the request fails (invalid credentials, network error, etc.).

Authentication: Requires Bearer token.

Request

Responses

OK

Response Headers
    Content-Type