{ "opencollection": "1.0.0", "info": { "name": "Zendesk Account Account Settings Channel Framework API", "version": "1.0" }, "items": [ { "info": { "name": "Channel Framework", "type": "folder" }, "items": [ { "info": { "name": "Zendesk Post Api V2 Any_channel Channelback Report_error", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v2/any_channel/channelback/report_error" }, "docs": "#### Allowed For\n\n* Admins\n\n#### Request parameters\n\nThe POST request takes a JSON object parameter which contains information about the\nproblematic [channelback](/documentation/channel_framework/understanding-the-channel-framework/channelback/).\n\n| Name | Type | Required | Comments\n| ------------------ | ----------| --------- | -------------------\n| instance_push_id | string | yes | The ID of the account to which data will be pushed. This was passed to the integr" }, { "info": { "name": "Zendesk Post Api V2 Any_channel Push", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v2/any_channel/push" }, "docs": "Pushes Channel framework content to Zendesk.\n\n#### Allowed For\n\n* Admins\n\n#### Request parameters\n\nThe POST request takes a JSON object parameter which contains data about all\nthe resources that the client is pushing.\n\n| Name | Type | Required | Comments\n| ------------------ | ----------| --------- | -------------------\n| instance_push_id | string | yes | The account ID where data will be pushed. This was passed to the integration service when the administrator set" }, { "info": { "name": "Zendesk Post Api V2 Any_channel Validate_token", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v2/any_channel/validate_token" }, "docs": "#### Allowed For\n\n* Admins\n\n#### Request parameters\n\nThe POST request takes a JSON object parameter which contains the token to be validated.\n\n| Name | Type | Required | Comments\n| ------------------ | ----------| --------- | -------------------\n| instance_push_id | string | yes | The ID of the account to which data will be pushed. This was passed to the integration service when the administrator set up the account\n| request_id | string | no | A u" } ] } ], "bundled": true }