v1

latestOpenAPI 3.0.02026-08-062903562.2 MB
Organization Channel

disableOrganizationChannel

Disables a Channel for the specified Organization

put/organization-channels/{id}/disable

Path parameters

idinteger required
Example:2437

Primary identifier of Organization Channel

Response

Success

additional_configurationsstring[]

List of additional integration configurations enabled for this channel

channel_namestring

The name of Integration Channel

channel_integration_details_idinteger nullable

Primary identifier of associated Channel Integration details

idinteger

Primary identifier of record

organization_idinteger

Primary identifier of associated Organization

status'enabled' | 'disabled'

Status of Organization Channel

Example response

{
  "additional_configurations": [
    "DoubleTheDonation"
  ],
  "channel_name": "Facebook",
  "channel_integration_details_id": 101,
  "id": 2437,
  "organization_id": 82364,
  "status": "disabled",
  "step_statuses": {
    "authorize_granted": true,
    "granted_fundraiser_permission": true
  }
}