Skip to content
Pile
Esc
navigateopen⌘Jpreview

Create support import validate

POST/workspaces/{organizationId}/support/imports/validate
Path parameters
organizationIdstringrequired
Request body
application/json
One of:
object
sourcestringrequired
Allowed:intercom
credentialsobjectrequired
Show properties
tokenstringrequired
min length 1
object
sourcestringrequired
Allowed:jam
credentialsobjectrequired
Show properties
dataobject[]required
object
sourcestringrequired
Allowed:jam-mcp
credentialsobjectrequired
Show properties
tokenstringrequired
min length 1
object
sourcestringrequired
Allowed:plain
credentialsobjectrequired
Show properties
tokenstringrequired
min length 1
object
sourcestringrequired
Allowed:zendesk
credentialsobjectrequired
Show properties
subdomainstringrequired
min length 1
emailstring<email>required
tokenstringrequired
min length 1
Responses
200Validation result
okbooleanrequired
errorstring
Try it
Server
Parameters
Bodyapplication/json
Request
curl -X POST "/workspaces/string/support/imports/validate" \
  -H "Content-Type: application/json" \
  -d '{
  "source": "intercom",
  "credentials": {
    "token": "string"
  }
}'
Response
{
  "ok": true,
  "error": "string"
}