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.

Not yet available to API tokens

This endpoint currently requires session authentication; Personal Access Token scope support is in progress.

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