Skip to main content

Get a ticket link

This endpoint retrieve ticket link for the response.

Request

GET https://api.nicereply.com/responses/<ID>/ticket-link

Path Parameters

ParameterData TypeDescription
IDUUIDID of the response.

Example response

200 OK
{
"data": {
"ticket_link": "https://example.com/ticket/123"
}
}