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
- application/json
Body
appId string
appName string
instanceIdentifier string
Responses
- 200
Get Or Create Org Integration
- application/json
- Schema
- Example (from schema)
- Get Or Create Org Integration
Schema
data
object
_id string
name string
status string
{
"data": {
"_id": "651c2235e0eda4199c32e2dd",
"name": "google-workspace-1121",
"status": "connected"
}
}
{
"data": {
"_id": "651c2235e0eda4199c32e2dd",
"name": "google-workspace-1121",
"status": "connected"
}
}
Loading...