POST
/
tickets
/
{ticketId}
/
send-to-integration
curl --request POST \
  --url https://api.gleap.io/v3/tickets/{ticketId}/send-to-integration \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --header 'project: <project>' \
  --data '{
  "integrationType": "<string>",
  "integrationId": "<string>"
}'
"<any>"

Authorizations

Authorization
string
header
required

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

Headers

project
string
required

Path Parameters

ticketId
string
required

Body

application/json
integrationType
string
required
integrationId
string
required

Response

200 - application/json
Ok

The response is of type any.