The payload will be sent as a application/json as a part of the request body.
Payload
payloadboolean
A Boolean value to indicate whether payload is wanted.
idstring*
A UUID or similar unique string that identifies this channel.
resourceIdstring*
An opaque ID that identifies the resource being watched on this channel. Stable across different API versions.
resourceUristring*
A version-specific identifier for the watched resource.
tokenstring
An arbitrary string delivered to the target address with each notification delivered over this channel.
expirationstring
Date and time of notification channel expiration, expressed as a Unix timestamp, in milliseconds.
typestring*
The type of delivery mechanism used for this channel. Valid values are 'web_hook' or 'webhook'.
addressstring*
The address where notifications are delivered for this channel.
paramsobject
Additional parameters controlling delivery channel behavior. An object containing a list of 'key': value pairs. Example: { 'name': 'wrench', 'mass': '1.3kg', 'count': '3' }.
kindstring*
Identifies this as a notification channel used to watch for changes to a resource, which is api#channel.
Response
API response data will be shown here once the request is completed.