Skip to main content

Test Connection

POST 

/api/shipbob/test-connection

Validate an unsaved set of ShipBob credentials before creating an instance. Never returns an error status for bad credentials — a failure is reported as connected=false with a message. On success it returns the channels available to the token.

Authentication: Requires Bearer token.

Request Body:

  • environment (string, required) — 'production' or 'sandbox'.
  • api_token (string, required) — ShipBob Personal Access Token.

Request

Responses

OK

Response Headers
    Content-Type