GET
/
ticket-links
/
{id}
curl --request GET \
  --url https://core.api.ravennahq.com/api/ticket-links/{id} \
  --header 'x-ravenna-api-token: <api-key>'
{
  "id": "<string>",
  "name": "<string>",
  "url": "<string>",
  "userId": "<string>",
  "ticketId": "<string>",
  "createdAt": "<string>",
  "updatedAt": "<string>"
}

Authorizations

x-ravenna-api-token
string
header
required

Path Parameters

id
string
required

Response

200
application/json

Successful response

The response is of type object.