Skip to product menu
Skip to main content

Create iOS Channel Access Key

Description

This API can be used to generate a new access key for the channel.

OAuth Scope:

SalesIQ.apps.CREATE

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/3218000000001400/channels/ios/accesskeys",
    "object": "list",
    "data": {
        "modified_time": "1542345711610",
        "app_key": "PLkbQdaOvu8EicNHG3G6gjGbjsQTakbKcz5UXnquEzJj8gn9anbGZPY%2FMXh1H6Pf",
        "access_keys": [
            {
                "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"
            }
        ],
        "bundle_name": "com.fashions.zylker",
        "sandbox_notifications": {
            "certificate": "",
            "password": "",
            "enabled": "true",
            "test_devices" : [
               {
            "mobileid":"32dc9100-86b1-11e9-a4ce-525400cfe65e",
            "user_id":"$2407800830243248440",
            "model":"iPhone"
              }
        },
         "creator": {
            "name": "Patricia",
            "id": "12000000000005"
        },
        "components": [
            "proactive",
            "chat",
            "faq",
            "call"
        ],
        "production_notifications": {
            "certificate": "",
            "password": "",
            "enabled": "true",
            "test_devices" : [
                   {
                     "mobileid":"32dc9100-86b1-11e9-a4ce-525400cfe65e",
                     "user_id":"$2407800830243248440",
                     "model":"iPhone"
                    }
        },
        "created_time": "1542344004575",
        "bundle_id": "11000000000079",
         "code": "c5b877106f5e58059556c2e687ebba44d317a14d4428fccd3d58cc1c1e308ed8",
        "app_name": "Eleven"
    }
}