Skip to main content
POST
/
v2
/
tickets
/
{ticket_id}
/
sync
Sync Ticket to Channel
curl --request POST \
  --url https://public.api.serval.com/v2/tickets/{ticket_id}/sync \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "channelTarget": {
    "email": {
      "targetUserType": "CHANNEL_SYNC_USER_TYPE_UNSPECIFIED"
    }
  }
}'
{}

Authorizations

Authorization
string
header
required

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

Path Parameters

ticket_id
string
required

The Serval ticket ID to sync

Body

application/json
channelTarget
object

The channel to sync to (creates external ticket and establishes ongoing sync)

  • channel_target
  • channel_target
  • channel_target

Response

Success

The response is of type object.