Skip to main content
POST
/
sessions
/
importer
/
zendesk
Import sessions from Zendesk
curl --request POST \
  --url https://api.gleap.io/v3/sessions/importer/zendesk \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --header 'project: <project>' \
  --data '
{
  "apiToken": "<string>",
  "email": "<string>",
  "subdomain": "<string>"
}
'
[
  "<unknown>"
]

Authorizations

Authorization
string
header
required

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

Headers

project
string
required

Body

application/json
apiToken
string
required
email
string
required
subdomain
string
required

Response

200 - application/json

Ok