API Docs / Operations / Third-Party Connections / Set Orrganization

Set Orrganization

POST /tenants/{tenant}/connections/{code}/set-organization

If the ThirdPArtyConnection has a status of "Initialising", then you need to use this endpoint to set the organization Id. The status will then become "Active"

Parameters

NameTypeDescription
tenant* path string

The Tenant.Code

The Tenant.Code

code* path string

Request Body*

{
  "organizationId": "string"
}

Responses

200 OK
401 Unauthorized - Invalid or missing API key