{ "opencollection": "1.0.0", "info": { "name": "Helpcenter Organization API", "version": "1.0.0" }, "items": [ { "info": { "name": "Organization", "type": "folder" }, "items": [ { "info": { "name": "Get Organization", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/organizations/:organizationId", "params": [ { "name": "organizationId", "value": "", "type": "path" } ] }, "docs": "This API fetches the details of an organization from your help desk." }, { "info": { "name": "Update Organization", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/v1/organizations/:organizationId", "params": [ { "name": "organizationId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "This API updates the details of an organization." }, { "info": { "name": "Get Organization Favicon", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/organizations/:organizationId/favicon", "params": [ { "name": "fileSize", "value": "", "type": "query", "description": "Size of the image file to download. Values allowed are @THUMBNAIL@ (image with reduced dimensions and size) and @ACTUAL@ (image with actual dimensions and size). The default value is @ACTUAL@." }, { "name": "organizationId", "value": "", "type": "path" } ] }, "docs": "This API fetches the favicon set for an organization/portal in your help desk." }, { "info": { "name": "Update Organization Favicon", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/organizations/:organizationId/favicon", "params": [ { "name": "organizationId", "value": "", "type": "path" } ], "body": { "type": "multipart-form", "data": [ { "name": "favicon", "type": "text", "value": "" } ] } }, "docs": "This API updates the favicon set for an organization/portal in your help desk." }, { "info": { "name": "Delete Organization Favicon", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/v1/organizations/:organizationId/favicon", "params": [ { "name": "organizationId", "value": "", "type": "path" } ] }, "docs": "This API updates the favicon set for an organization/portal in your help desk." }, { "info": { "name": "Update Default Organizaion", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/organizations/markDefault", "body": { "type": "json", "data": "{}" } }, "docs": "This API updates the default organization for the current user in Zoho Desk." }, { "info": { "name": "Get Organization Logo", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/organizations/:organizationId/logo", "params": [ { "name": "fileSize", "value": "", "type": "query", "description": "Size of the image file to download. Values allowed are @THUMBNAIL@ (image with reduced dimensions and size) and @ACTUAL@ (image with actual dimensions and size). The default value is @ACTUAL@." }, { "name": "organizationId", "value": "", "type": "path" } ] }, "docs": "This API fetches the logo set for an organization/portal in your help desk." }, { "info": { "name": "Update Organization Logo", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/organizations/:organizationId/logo", "params": [ { "name": "organizationId", "value": "", "type": "path" } ], "body": { "type": "multipart-form", "data": [ { "name": "logo", "type": "text", "value": "" } ] } }, "docs": "This API updates the logo set for an organization/portal in your help desk.

Note: To upload organization logo generate OAuthToken for the scope: Desk.settings.UPDATE,profile.orglogo.UPDATE or Desk.basic.UPDATE,profile.orglogo.UPDATE

" }, { "info": { "name": "Delete Organization Logo", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/v1/organizations/:organizationId/logo", "params": [ { "name": "organizationId", "value": "", "type": "path" } ] }, "docs": "This API deletes the logo set for an organization/portal in your help desk." }, { "info": { "name": "Get Organizations", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/organizations" }, "docs": "This API lists all organizations to which the current user belongs." }, { "info": { "name": "Get Accessible Organizations", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/accessibleOrganizations" }, "docs": "This API lists all organizations which can be accessed using the current Oauth token." } ] } ], "bundled": true }