POST
/
v3
/
results
/
test-sync
Test Sync
curl --request POST \
  --url http://127.0.0.1:3333/v3/results/test-sync \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "workspaceId": "<string>",
  "provider": {
    "type": "google sheets",
    "credentialsId": "<string>",
    "spreadsheetId": "<string>",
    "sheetName": "<string>"
  }
}
'
{
  "success": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
workspaceId
string
required
provider
object
required
columnMappings
object[]
allowedDomains
string[]
includeMetadata
boolean

Response

200 - application/json

Default Response

success
boolean
required