Skip to main content
POST
/
api
/
connect
Run connector job
curl --request POST \
  --url https://app.telentir.com/api/connect \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "repository": "contacts",
  "path": "<string>",
  "params": {}
}
'

Authorizations

Authorization
string
header
required

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

Body

application/json
repository
enum<string>
required
Available options:
contacts,
calls,
agents,
tasks,
conversational-pathways,
campaigns,
sms-messages,
performance-metrics
path
string
required
params
object
required

Response

204

Job accepted