Get iOS Channel Access key
Description
This API allows us to get iOS access key versions.
OAuth Scope:
SalesIQ.apps.READ
Note:
At a time, only three active access key version is allowed for each channel, if you wish to add more, you can delete any of the existing version and add the new one.
URL
Copiedhttps://{zohosalesiq_server_uri}/api/v2/{screenname}/apps/{app id}/channels/ios/accesskeys
Example
Copiedhttps://salesiq.zoho.com/api/v2/zylker-inc/apps/32180000000014001/channels/ios/accesskeys
Sample Response
Copied{
"url": "/api/v2/zylker-inc/apps/32180000000014001/channels/android/accesskeys",
" object": "accesskeys",
"data": [
{
"version": "4",
"enabled": "true",
"key": "M%2F0j6UciVM12a5jKEcE7aRAO7jXYuqkd%2BfBXyFUsraJrsAzpReF0GohpMqlqHuW9hvEh9MJOHM%2B1joYjmIslpHvm3AlYGXQSwvfJMuYH%2BKE5%2BDTuwTUcKoubGTsDc6%2FaFghqfsv4mnl9%2BBDl%2BSV7vrbG8%2Fnv76Es",
"uuid": "3218cd17-cde2-499c-a73a-1f4bc9a2498f",
"creator": {
"name": "Patricia",
"id": "11000000000005"
},
"created_time": "1542345711395"
},
{
"version": "3",
"enabled": "true",
"key": "M%2F0j6UciVM12a5jKEcE7aa7n2teBkoeDfLPuqBIG%2Bnd5iMIatLWf%2FsJ6f3sDqOsR6jsDSa%2FrbZeTBbEjMFNGhx938S9oH0QxnkB5WKgQ6FzKTCMt6kHmMYubGTsDc6%2FaFghqfsv4mnl9%2BBDl%2BSV7vrbG8%2Fnv76Es",
"uuid": "8f64f3c1-32da-44bc-879f-71d5a0be3234",
"creator": {
"name": "Patricia",
"id": "11000000000005"
},
"created_time": "1542345634802"
},
{
"version": "2",
"enabled": "true",
"key": "M%2F0j6UciVM12a5jKEcE7acGgcYmMGhoU6JaV29zXplV%2BGImNvx2QxNKmJjCXFF5KCAVxyBIvKm82izWe2FO9JyDCKN7Uo3gAhI3t8CsDnJ0EobngAzrpIYubGTsDc6%2FaFghqfsv4mnl9%2BBDl%2BSV7vrbG8%2Fnv76Es",
"uuid": "d72656ec-e035-4e5c-b077-f2190ec81ac1",
"creator": {
"name": "Patricia",
"id": "11000000000005"
},
"created_time": "1542345622103"
}
]
}