POST
/
tickets
/
share
/
{id}
curl --request POST \
  --url https://core.api.ravennahq.com/api/tickets/share/{id} \
  --header 'Content-Type: application/json' \
  --header 'x-ravenna-api-token: <api-key>' \
  --data '{
  "data": {
    "queueId": "<string>"
  }
}'
{
  "id": "<string>",
  "queueId": "<string>",
  "queue": {
    "workspaceId": "<string>",
    "name": "<string>",
    "emoji": "<string>"
  },
  "ticketId": "<string>",
  "createdAt": "<string>",
  "updatedAt": "<string>"
}

Authorizations

x-ravenna-api-token
string
header
required

Path Parameters

id
string
required

Body

application/json

Response

200
application/json

Successful response

The response is of type object.