GuideLab API

Connect a lab-owned carrier account without retaining its credentials

POST
/integrations/ship-engine/carriers

Authorization

__Secure-guidelab-prod.session_token<token>

Production session cookie set for the guidelab.co domain by Better Auth

In: cookie

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

curl -X POST "https://example.com/integrations/ship-engine/carriers" \  -H "Content-Type: application/json" \  -d '{    "carrierName": "string",    "credentials": {      "property1": "string",      "property2": "string"    }  }'
Empty
Empty
Empty
Empty