v1

latestSwagger 2.02026-07-172161122.5 KB
CustomerBASE API

Set primary external system ID

Sets or updates the primary external system identifier for an organization

put/customerbase/v1/organizations/{id}/links/{externalSystem}/primary

Path parameters

idstring required

Organization ID or COS ID

externalSystemstring required

External system name

Request body

externalIdstring

The ID of the external system to be set as primary required: true example: stripe-1234

Response

Primary ID set successfully

requestIdstring
statusstring

Status indicates the result of the operation ("success" or "error")

Example response

{
  "requestId": "1234567890abcdef",
  "status": "success"
}