There's a new version of the HubSpot API

We're also working on a new documentation website, you're invited to check it out and give us your feedback.

Update a ticket

Last updated May 15, 2023

PUT /crm-objects/v1/objects/tickets/:id

Method Details

HTTP Methods:

PUT

Content Type:

application/json

Response Format:

json

Requires Authentication?

Yes

Rate Limited?

Yes

Headers

User-Agent

Products:

Service Hub

Required Scope:

tickets

Update an existing ticket by its ID.

The request body must be a list of properties you want to update, with each entry including the internal name of the property you want to update, and the new value for that property. See the example for details.

Required Parameters How to use Description
OAuth access token or private app access token Authorization: Bearer {token} header Used to authenticate the request. Please see this page for more details about authentication.
Ticket ID :id
Used in the request URL
The ID of the ticket you want to update.

Optional Parameters How to use Description
Property List Used in the request body. A list of properties you want to update. Each entry must include the name of the property and the value you want to update to. See the example for more details.