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.

Not yet available to API tokens

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

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