Update Access key details

Description

This API can be used to update the access key details associated with the Android channel.

Requested Payload:

enabled (true/false) - This key specifies if the access key details that have to be updated are enabled or not.

OAuth Scope:

SalesIQ.apps.UPDATE

URL

Copiedhttps://{[zohosalesiq_server_uri](https://www.zoho.com/salesiq/help/developer-section/rest-api-v2.html)}/api/v2/{screenname}/apps/{app id}/channels/android/accesskeys/([0-9]+)

Example

Copiedhttps://salesiq.zoho.com/api/v2/zylker-inc/apps/80000000007001/channels/android/accesskeys/5

Payload

Copied{
  "enabled":"false"
}