GET
ZendeskZendeskTicketsShow Ticket
GET
https://api.lowcodeapi.com/zendesk/api/v2/tickets/ticket_id
Query Parameters 1
ticket_id*number
Parameters Description
ticket_id*number
The ID of the ticket
Overview

https://developer.zendesk.com/api-reference/ticketing/tickets/tickets/#show-ticket

Response
API response data will be shown here once the request is completed.
Snippet
cURL
curl -X GET \
 'https://api.lowcodeapi.com/zendesk/api/v2/tickets/ticket_id' \
 -H 'Cache-Control: no-cache' \
 -H 'Content-Type: application/json' --data-raw '{}'
© 2024LowCodeAPI

Last Updated : 2024-12-16 14:03 +00:00