Create Bookmark
POST {{baseUrl}}/api/v2/bookmarks
Allowed For
- Agents
Request Body
{"bookmark"=>{"ticket_id"=>"<integer>"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: Created
{"bookmark":{"created_at":"2020-10-01T08:33:45Z","id":900000009567,"ticket":{"id":123,"priority":"high","raw_subject":"Chat with Visitor 19785128","requester_id":156,"subject":"Chat with Visitor 19785128","url":"https://{subdomain}.zendesk.com/api/v2/tickets/123.json"},"url":"https://{subdomain}.zendesk.com/api/v2/bookmarks/900000001111.json"}}