curl --request POST \
--url https://core.api.ravenna.ai/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>"
}
Successful response
The response is of type object
.
Was this page helpful?
curl --request POST \
--url https://core.api.ravenna.ai/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>"
}