Create Bookmark

POST {{baseUrl}}/api/v2/bookmarks

Allowed For

  • Agents

Request Body

{"bookmark"=>{"ticket_id"=>"<integer>"}}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: Created

{&quot;bookmark&quot;:{&quot;created_at&quot;:&quot;2020-10-01T08:33:45Z&quot;,&quot;id&quot;:900000009567,&quot;ticket&quot;:{&quot;id&quot;:123,&quot;priority&quot;:&quot;high&quot;,&quot;raw_subject&quot;:&quot;Chat with Visitor 19785128&quot;,&quot;requester_id&quot;:156,&quot;subject&quot;:&quot;Chat with Visitor 19785128&quot;,&quot;url&quot;:&quot;https://{subdomain}.zendesk.com/api/v2/tickets/123.json&quot;},&quot;url&quot;:&quot;https://{subdomain}.zendesk.com/api/v2/bookmarks/900000001111.json&quot;}}