Sharing Agreements

List Sharing Agreements

Allowed For

  • Agents
get/api/v2/sharing_agreements

Response

Success response

Example response

{
  "sharing_agreements": [
    {
      "created_at": "2012-02-20T22:55:29Z",
      "id": 88335,
      "name": "Ticket Sharing",
      "partner_name": "jira",
      "status": "accepted",
      "type": "inbound",
      "updated_at": "2013-02-20T22:55:29Z",
      "url": "https://company.zendesk.com/api/v2/agreements/88335.json"
    }
  ]
}

Changes