Sharing Agreements

Create Sharing Agreement

Allowed For

  • Admins
post/api/v2/sharing_agreements

Response

Created response

Example response

{
  "sharing_agreement": {
    "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