Bookmarks

Create Bookmark

Allowed For

  • Agents
post/api/v2/bookmarks

Request body

Response

Successfully created

Example response

{
  "bookmark": {
    "created_at": "2014-11-20T22:55:29Z",
    "id": 35436,
    "ticket": {
      "description": "The fire is very colorful.",
      "id": 60,
      "priority": "high",
      "requester_id": 156,
      "subject": "Help, my printer is on fire!"
    },
    "url": "https://{subdomain}.zendesk.com/api/v2/bookmarks/35436.json"
  }
}

Changes