Show a Sharing Agreement
GET {{baseUrl}}/api/v2/sharing_agreements/:sharing_agreement_id
Returns a sharing agreement for your account.
Allowed For
- Agents
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"sharing_agreement":{"created_at":"2012-02-20T22:55:29Z","id":1,"name":"Foo @ Zendesk","partner_name":null,"remote_subdomain":"foo","status":"accepted","type":"inbound","url":"https://company.zendesk.com/api/v2/agreements/1.json"}}