Skip to main content

Test Connection

POST 

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

Verifies the stored StarShipIt credentials by making a live call to the StarShipIt API (it fetches a single unshipped order). No request body.

Authorization

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

Returns 200 with a success message when StarShipIt accepts the credentials, or 400 when the call fails (bad API key / subscription key, network failure).

Authentication: Requires Bearer token.

Request

Responses

OK

Response Headers
    Content-Type