Skip to main content

Get Or Create Org Integration

POST 

/ext/integrations/sync-sdk/getOrCreateOrgIntegration

This marks the initial phase of configuring the integration. Through this API, you can either create a new instance object or retrieve an existing one. Subsequently, you will use this instance object to transmit the sync data.

Request

Body

    appId string
    appName string
    instanceIdentifier string

Responses

Get Or Create Org Integration

Schema

    data

    object

    _id string
    name string
    status string
Loading...