Skip to main content
POST
/
v1
/
interviews
/
{interview_id}
/
contacts
/
import
Import Contacts
curl --request POST \
  --url https://api.ontora.com/v1/interviews/{interview_id}/contacts/import \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: multipart/form-data' \
  --form 'file=<string>'
{
  "imported": 123,
  "skipped": 123,
  "errors": [
    "<string>"
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.ontora.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

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

Headers

X-API-Key
string | null

Path Parameters

interview_id
string<uuid>
required

Query Parameters

question_set_id
string<uuid> | null

Body

multipart/form-data
file
string
required

Response

Successful Response

imported
integer
required
skipped
integer
required
errors
string[]
required