sharing/rest (root)
Name | Endpoint type | Description |
---|---|---|
Resource | The root resource returns the version of the containing portal. It acts as a root to its child resources and operations. All other URIs in this table are listed relative to the root URI. | |
Operation | The Generate Token operation generates an access token in exchange for user or application credentials. All requests to portals that access secured resources need to include an access token or other authentication credentials depending on the portal. |
/search
Name | Endpoint type | Description |
---|---|---|
Operation | The Search operation searches against the content in the portal. The search index is updated whenever users add, update, or delete content. There can be a lag between the time the content was updated and the time when it's reflected in the search results. The results only contain items that the user, represented by the access token, has permission to access. | |
Operation | The suggest operation provides user a list of related results as they type character-by-character into the search query. The suggestion only contains items that the user has permission to access. |
/community
Name | Endpoint type | Description |
---|---|---|
Resource | The portal community root covers user and group resources and operations. It's a placeholder URI in that there is no response available at this URI. It acts as a root to its child resources and operations. | |
Operation | The Create Group operation (POST only) creates a new group. Only authenticated users can create groups. The user who creates the group automatically becomes the owner of the group. The owner of the group is automatically an administrator for the group. The user provides the title for the group. The group ID is generated by the system. If the creating user is part of an organization, the created group is part of the same organization. | |
Resource | The community/self resource returns the resource corresponding to the current authenticated user. |
/community/groups
Name | Endpoint type | Description |
---|---|---|
Operation | The Group Search operation can be used to search for groups in the portal. The search index is updated whenever groups are created, updated, or deleted. There can be a lag between the time the group was updated and the time that it's reflected in the search results. The results only contain groups that the user has permission to access. |
/community/groups/[groupID]
Name | Endpoint type | Description |
---|---|---|
Resource | The Group resource represents a group within the portal. Users can create groups and invite others into the group. Members of a group can use the group to share items amongst themselves. The owner of a group is automatically an administrator. Admins can add members to a group. | |
Operation | Allows a group owner, manager, and organization administrators to add organization members directly into a group without requiring them to accept an invitation. | |
Operation | Allows group owners or managers to set up content categories for a group. | |
Resource | Returns the category schema placed set for the group. | |
Operation | The Delete Group operation (POST only) is available only to the owner of the group. | |
Operation | Allows a group owner or manager to remove a groups category schema. | |
Operation | Allows a group owner, manager, or organization admin to delete a group's thumbnail image. | |
Operation | Allows for all supported items, or a set of supported items, from a group into an export package that can be upload and published into a separate ArcGIS Enterprise. | |
Operation | Imports supported content items from an export package into the selected group. | |
Operation | Creates a new user invitation that the users can accept or decline. This operation also creates a notification for the user indicating that the user was invited to join the group. Available only to authenticated users. | |
Operation | Creates a new group application that the group administrators can accept or decline. This operation also creates a notification for the user indicating that the user had applied to join this group. Available only to authenticated users. | |
Operation | The Leave Group operation (POST only) is available to all group members other than the group owner. Leaving a group automatically results in the unsharing of all items the user has shared with the group. | |
Operation | Protects the group from deletion. | |
Operation | The Reassign Group operation (POST only) allows the administrator of an organization to reassign a group to another member of the organization. | |
Operation | The operation to Remove Users from Group (POST only) is available only to the group administrators, including the owner. Both users and admins can be removed using this operation. Group owners cannot be removed from the group. | |
Operation | Disables the group deletion protection. | |
Operation | The Update Group operation (POST only) modifies properties such as the group title, tags, and visibility. Available only to the group administrators. Only the properties that are to be updated need to be specified in the request. Properties not specified will not be affected. The group name and organization flag cannot be modified. | |
Resource | The users, owner, and administrators of a given group are returned. | |
Resource | Returns the users, owner, and administrators of the group. |
/community/groups/[groupID]/applications
Name | Endpoint type | Description |
---|---|---|
Applications | Resource | |
[applicationUsername] | Resource | |
/accept | Operation | |
/decline | Operation |
/community/users
Name | Endpoint type | Description |
---|---|---|
Operation | The User Search operation can be used to search for users within the portal. The search index is updated whenever users are created, updated, or deleted. There can be a lag between the time the user was updated and the time when it's reflected in the search results. The scope of the search is the caller's organization if the caller belongs to an organization for which canSearchPublic is false. |
/community/users/[userName]
Name | Endpoint type | Description |
---|---|---|
Resource | A user resource that represents a registered user in the portal. Personal details of the user, such as email and groups, are returned only to the user or to an administrator within the user's organization. Registered usernames are required to be unique within each identity provider supported by a portal. | |
/addResource | Operation | Allows a user to add a file resource. |
Resource | Returns a list of app bundles assigned to a user. These app bundles are those that are assigned in addition to the bundles that are included with a user's user type. | |
Operation | The Delete User operation (POST only) is available only to the user in question or to the administrator of the user's organization. | |
/deleteThumbnail | Operation | Allows users or an organization administrator to delete their own, or an organization member's, profile picture. |
Operation | The Disable operation disables login access for a user the user. This operation is only available to organization administrators. | |
Operation | The Enable operation enables login access for the user. This operation is only available to organization administrators. | |
Resource | Returns a list of add-on applications that have been assigned to a user. This resource will not return applications that are included in the user's assigned app bundle, and will not return user type extensions included with the user's user type. | |
/removeResource | Operation | Allows a user to remove a file resource. |
/report | Operation | Generates a report of the overall usage for your organization. |
Operation | The Update User operation (POST only) modifies properties such as full name, description, culture, and so on. The primary identifier (the username property) cannot be modified. It's available only to the user or to the administrator of the user's organization. Only the properties that are to be updated need to be specified in the request. Properties not specified will not be affected. | |
Resource | Users can add tags to content they own. This resource lists all the tags used by the current user along with the number of times each tag has been used. | |
Resource | Returns a user's assigned license type. If viewed in through the JSON format, more detailed information about the licenses included with the assigned user type are returned. |
/community/users/[userName]/notifications
Name | Endpoint type | Description |
---|---|---|
/notifications | ||
/[notificationID] | ||
/[notificationID]/delete |
Content
Name | Endpoint type | Description |
---|---|---|
Resource | The portal content root covers content that is owned by users and shared via groups. It's a placeholder URI in that there is no response available at this URI. It acts as a root to its child resources and operations. All resources and operations (other than publicly accessible items) under this URI require an authenticated user. | |
Operation | Adds a comment to an item accessible to you (POST only). Available only to authenticated users. | |
Operation | Adds a rating to an item accessible to you (POST only). Only one rating can be given to an item per user. If this call is made on an already rated item, the new rating will overwrite the current one. A user cannot rate their own item. Available only to authenticated users. | |
Operation | Helps a client analyze a CSV or a shapefile prior to publishing or generating features. | |
Operation | Deletes the selected comment (POST only) on an item that you created. Available only to authenticated users. | |
Operation | Deletes all of an item's provisions for the specified purchaser. | |
Operation | Deletes the rating that you created for the specified item (POST only). | |
Operation | Allows a purchaser to express interest in a marketplace listing. | |
Resource | Feature operations consist of analyze and publish. | |
Operation | Helps a client generate features from a CSV or shapefile. | |
Resource | The Groups resource lists the groups the user can access for a particular item. | |
Resource | The group's content provides access to the items that are shared with the group. Group items are stored by reference and are not physically stored in a group. Rather, they are stored as links to the original item (/content/items/<itemId>). Available only to the users of the group. | |
Operation | Searches for items in a group. | |
Resource | An item in the portal. Items have a title, type, snippet, description, tags, an optional URL (if the item represents a service or other web resource with its own URL), and optional associated data that is available as a child resource (/<item>/data). Each item in a portal has a well-known URI (/content/items/<itemId>) that's common across all users. In addition, each item has an owner-specific URI (/content/users/<userName>[/<folderId>]/items/<itemId>) that's accessible only by the owner of the item. The actual item is stored just once. The well-known item is the resource returned by all search operations. Search results do not reflect the organization of items within the contributing user's folders. | |
Resource | Lists all comments for the item accessible to you. Available only to authenticated users. | |
Resource | Lists details for a particular comment. | |
Resource | The data component of an item. Getting this resource streams the actual data represented by the item to the client. Only certain types of items have associated data as described in the item types page. The content type of the response is derived from the mime type of the associated data. If the mime type cannot be derived, the response content type will be set to application/octet-stream. | |
Resource | An item info file such as the item card, thumbnail, documentation, etc., can be packaged with the uploaded file. The content type of the response is derived from the info file's mime type. If the mime type cannot be derived, the response content type will be set to application/octet-stream. | |
Resource | Returns the rating given by the current user, if any. | |
Resource | Lists a specified item in the marketplace. The listing properties must be specified before an item is listed. | |
Operation | This operation searches for marketplace listings. | |
Resource | Returns information on a marketplace listing. | |
Resource | The Package Info File for the uploaded item is only available for items that are ArcGIS packages (e.g., Layer Package, Map Package). It contains information that's used by clients (ArcMap, ArcGIS Pro, ArcGIS Explorer, etc.) to work appropriately with downloaded packages. The package info file is an XML file, and it's the only format available. | |
Operation | For a license-by-user listing, selling organization administrator or members can use this operation to provision entitlements for a purchasing organization. | |
Operation | Allows the purchaser or vendor can complete a marketplace listing purchase. | |
Operation | For a license-by-user listing, purchasing organization administrators can use this operation to provision entitlements to organization members. | |
Resource | Gets all the items related by a certain relationship type to this item. An optional direction can be specified if the direction of the relationship is ambiguous. Otherwise, the service will try to infer it. | |
Operation | Allows item owners or organization administrators to mark an item as authoritative or deprecated to recommended or discourage the user of the item. | |
Operation | Shares a public item with groups that you own. For the item owner, this Share Item resource works the same as user share Item. Available to the user and the administrator of the organization. | |
Operation | A purchaser can start a trial for a marketplace listing by invoking this operation. | |
Operation | Unshares a public item with groups that you own. For the item owner, this Unshare Item resource works the same as user unshare Item. Available to the user and the administrator of the organization. | |
Operation | Allows group owners and managers to add or remove group content categories on group items. | |
Operation | Updates a comment on an item that you created (POST only). Available only to authenticated users. | |
Operation | Allows item owner and organization administrators to add or remove organization content categories on items. | |
Resource | Allows purchasing organization administrators or a user with the specified privilege to retrieve all user entitlements assigned to users in their organization. | |
Resource | Allows users, purchasing organization administrators, and members with specified privileges to retrieve entitlements assigned to the user. |
User content
Name | Endpoint type | Description |
---|---|---|
Resource | Each item in a portal has a unique URI that is common across all users. In addition, each user has a personal view of the content they own. The user's content is organized into a set of personal folders. A user's personal view consists of items that are either in the root content folder for the user (the My Contents home folder) or in a subfolder of the home folder with a given folderId. Multilevel folders are not supported. Each item in the portal has both an absolute and an owner-specific URI. Accessible only to the user. | |
Operation | The Add Item operation (POST only) is used to add an item to a user-specified folder. Adding an item can involve uploading an item file, submitting text content, or submitting a URL. This operation is available only to the user specified in the folder URL. The user owning the folder automatically becomes the owner of the item. The item by default is flagged as private (e.g., not shared with any group). This can be changed with the Share operation on the item. | |
Operation | Add Part allows for multipart item uploads. Each upload takes a part number, which must be sequential. | |
Operation | Adds a relationship of a certain type between two items. Relationships are not tied to an item. They are directional links from an origin item to a destination item. They have an owner and a type. The type defines the valid origin and destination item types as well as some "composite" rules. See Relationship types . Users don't have to own any of the items they relate unless the relationship is a composite relationships. Users can only delete relationships that they own. Relationships are deleted automatically if one of the two items is deleted. | |
Operation | Allows users to add new file resources to an existing item. | |
Operation | Specifies whether an item can be deleted or not. | |
Operation | Cancels the multipart item upload. | |
Operation | Commit is called once all parts are uploaded. The parts are combined into a file, and the original uploads are overwritten. The status call checks the status of the operation. | |
Operation | The copy item operation (POST only) creates a new item that is a copy of the original item on the server side. Hosted services are copied as reference only. Reserved keywords, ratings, views, comments and listing properties are removed from the new item. | |
Operation | The Create Folder operation (POST only) is available only on the user's root content folder. Multilevel folders are not supported. The user provides the title for the folder. The folder ID is generated by the system. | |
Operation | Creates proxy services that will store and manage credentials and provide authentication. | |
Operation | The Create Service operation can be used for creating hosted feature services. | |
Operation | Creates a hosted image service from raster data. | |
Operation | Creates a relational catalog service on the hosting server. | |
Operation | The Delete Folder operation (POST only) is available only on the user's non-root folders. The user's root folder cannot be deleted. Deleting a folder also deletes all items that it contains. | |
Operation | Deletes an individual file from an item's esriinfo folder. | |
Operation | The Delete Item operation (POST only) removes an item owned by the user. Available only to the user and administrators. | |
Operation | Deletes a batch of items from the user's folder. | |
Operation | Removes hosted proxies from an item. | |
Operation | Removes a proxy service that was set on an item. | |
Operation | Deletes a relationship of a certain type between two items. The current user must own the relationship to delete it. If the relationship does not exist, an error is thrown. | |
Operation | Exports a service item to the specified output format (POST only). Available only to users with an organizational subscription. Invokable only by the service item owner or an administrator. | |
Operation | Exports all file resources of an item into a zip file. | |
Resource | Returns all file resources associated with an existing item. | |
Resource | Returns a specific resource associated with an existing item. | |
Operation | The Move Item operation (POST only) moves the item from the current folder to the target folder specified as a parameter. Moving an item does not change the well-known URI item, which continues to be /content/items/<itemId>. Available only to the user and administrators. | |
Operation | Moves a batch of items from the current folder to the target folder specified as a parameter. | |
Resource | Lists the file parts of a multiitem upload. | |
Operation | Protects an item from deletion. | |
Resource | Returns the hosted proxy services set on a registered app item. | |
Resource | Returns a hosted proxy set on a registered app item based on the proxyId. | |
Operation | Publishes a service item to ArcGIS Online. The resulting item is a feature service. Available only to users with an organizational subscription. | |
Operation | The Reassign Item operation (POST only) allows the administrator of an organization to reassign a member's item to another member of the organization. | |
Resource | Returns information pertaining to a registered app. | |
Operation | Removes one or all resources associated with an item. | |
Operation | Allows you to replace vector tile layers. | |
Operation | Shares a batch of items with the specified list of groups (POST only). Users can only share items with groups to which they belong. This operation also allows you to share items with "everyone", in which case, the items are publicly accessible. | |
Operation | Shares the item with the specified list of groups (POST only). Users can only share items with groups to which they belong. This operation also allows you to share the item with "everyone", in which case, the item is publicly accessible, or with your "organization", in which case, everyone within your organization will have access to it. Available only to the user and administrators. | |
Operation | Inquires about status when publishing an item, adding an item in async mode, or adding with a multipart upload. "Partial" is available for Add Item Multipart, when only a part is uploaded and the item is not committed. | |
Operation | Unlists a previously listed item from the marketplace. | |
Operation | Unshares a batch of items with the specified list of groups (POST only). | |
Operation | Allows users to rename an existing non-root folder title. | |
Operation | Allows you to upload multiple files to an item's esriinfo folder. | |
Operation | The Update Item operation (POST only) allows users to update information for an item. Users can use this operation to update item information such as the name, description, tags, and so on. The parameters that are to be updated need to be specified in the request. Parameters not specified will not be affected. All parameters for this operation are optional. Available only to the user and administrators. | |
Operation | Updates a hosted proxy service that has been set on an item. | |
Operation | Updates an item's existing file resources. | |
Resource | The owner-specific view of an item in a portal. Includes the list of groups that share the item. Access to the item via this URI is available only to the user. Each item in a portal has a well-known URI (/content/items/<itemId>) that is common across all users. In addition, each item has an owner-specific URI (/content/users/<userName>[/<folderId>]/items/<itemId>) that is accessible only by the owner of the item. The actual item is stored just once. | |
Operation | Disables the item's deletion protection. | |
Operation | Stops sharing the item with the specified list of groups (POST only). Available only to the user and administrators. |
OAuth2
Name | Endpoint type | Description |
---|---|---|
Resource | The root of all OAuth2 resources and responses. | |
Operation | This resource allows apps supporting user logins using OAuth2 to allow users to log in to the ArcGIS platform via the app. | |
Operation | Registers an app item with the portal. | |
Resource | Returns information on an app registered with the portal. | |
Operation | Invalidates OAuth2 access or refresh tokens. | |
Operation | This resource allows the issuing and refreshing of user access tokens. | |
Operation | Removes an item's app registration. |
Portals
Name | Endpoint type | Description |
---|---|---|
Resource | A multitenant portal contains multiple portals, each one of which is owned by and represents an organization. Each user in the multitenant portal belongs to one of these organizational portals or to a default portal that includes all users who do not belong to an organization. The Portals Root resource is a root placeholder resource that covers all the portals contained in the multitenant portal. | |
Resource | Lists available languages. | |
Resource | Lists available regions. |
Portal self
Name | Endpoint type | Description |
---|---|---|
Resource | The portal to which the current user belongs. This is an organizational portal if the user belongs to an organization or the default portal if the user does not belong to one. The Portal resource includes information such as the title, thumbnail, and description for the portal and the groups that contain featured content. | |
Operation | Adds a resource, such as an image, that can be referenced from the description for a portal. | |
Operation | Allows organization administrators to set up content categories for an organization. | |
Operation | Allows organization administrators to set up content categories for their organization. | |
Resource | Returns the content category schema for the organization. | |
Operation | This resource checks if a given service name and type are available for publishing a new service. Duplicate names are not allowed. True indicates that the name and type are not found in the organization's services and is available for publishing. False means the requested name and type are not available. | |
Operation | Allows organization administrators to enable sign up and sign in to the organization using credentials from social networks like Facebook and Google. | |
Operation | Creates a new custom role. | |
Operation | Returns a user's purchases, trials, and interests expressed on items listed by the organization. | |
Operation | Removes the category schema set for the organization. | |
Operation | Allows administrators to clear previously configured new member defaults. | |
Resource | Returns a view of the portal's configuration as seen by the current user, either anonymous or logged in. | |
Operation | Allows the organization administrator to query historical events that occurred in the organization. | |
Resource | Returns the purchases, trials, and interests expressed by the organization for items in the marketplace. | |
Operation | Removes a resource, such as an image, that can be referenced from the description for a portal. | |
Operation | Disables the ability for social logins in the organization and removes the social providers. | |
Operation | Removes users from an organization. Available only to administrators. | |
Resource | Returns the set of descriptive resources for the portal. | |
Resource | Lists the properties of an organization's security policy. | |
Operation | Allows administrators to set and edit new member defaults. | |
Operation | Returns the social login configuration properties for the organization. | |
Operation | Allows organization administrators to remove credit allocations for users. | |
Operation | The Update Portal operation allows portal administrators to update the properties of a portal. Available only to administrators. | |
Operation | Allows administrators to enable and customize an access notice and informational banner for your organization. | |
Operation | Updates the security policy of an organization. | |
Operation | Allows administrators of an organization to update the level of a user. | |
Operation | Updates the role for a specific user within an organization. Available only to administrators. | |
Resource | Returns the set of users that belong to the portal. | |
Operation | Returns the stored new member default settings. |
Certificates
Name | Endpoint type | Description |
---|---|---|
Resource | Returns all custom certificates that are registered with the organization. | |
Resource | Returns certificate information for a specific certificate registered with an organization. | |
Operation | Allows administrators to register custom X.509 HTTPS certificates with their organization. | |
Operation | Allows organization administrators to delete a registered certificate. | |
Operation | Allows organization administrators to update a registered custom X.509 HTTPS certificate. |
Collaborations
Name | Endpoint type | Description |
---|---|---|
Resource | Lists all collaborations the organization participates in. | |
Operation | Allows a portal to accept a collaboration invitation. | |
Operation | Adds a new workspace to a distributed collaboration. | |
Resource | Returns information about a specific collaboration. | |
Operation | Creates a collaboration. | |
Operation | Deletes a distributed collaboration from the host portal & stops any sharing set up from the collaboration. | |
Operation | Deletes a job scheduled for synchronized items in a collaboration workspace. | |
Operation | Removes stored Viewer (level 1) credentials saved on a collaboration workspace. | |
Operation | Deletes a collaboration workspace. | |
Operation | Exports a collaboration invitation response file from a collaboration guest portal. | |
Operation | Imports an invitation response file from a portal collaboration guest. | |
Operation | Invalidates a previously generated distributed collaboration invitation. | |
Operation | Allows you to invite other portals to your collaboration by creating an invitation file. | |
Resource | Returns the invitation information for all the invitations generated by a collaboration host. | |
Resource | Returns the information about a specific invitation. | |
Resource | Provides information about all of the participants in a distributed collaboration. | |
Resource | Provides information about the collaboration participant with a specified ID. | |
Operation | Suspends a scheduled job for synchronized items in a collaboration workspace. | |
Operation | Refreshes a previously generated distributed collaboration invitation. | |
Operation | Allows a collaboration host to remove a participant from a distributed collaboration. | |
Operation | Removes collaboration participation by a guest from a collaboration. | |
Operation | Removes the link between a collaboration workspace and a portal group. | |
Operation | Restarts a scheduled job for synchronized items in a collaboration workspace. | |
Resource | Returns a job schedule for synchronized items in a collaboration workspace. | |
Resource | Performs a data sync in a workspace. | |
Resource | Provides a summary of each scheduled sync for items in a collaboration workspace. | |
Operation | Provides a detailed description of status for a selected sync ID. | |
Operation | Updates certain properties of a collaboration, such as its name, description, and configuration properties. | |
Operation | ||
Operation | Updates the access mode for a specific participant in a distributed collaboration. | |
Operation | Updates the collaboration information for a specific participant. | |
Operation | Updates the group linked with a workspace for a participant in a distributed collaboration. | |
Operation | Updates or creates a job schedule for synchronized items in a collaboration workspace. | |
Operation | Adds or updates credentials that will be used by other participating portals when accessing services copied by reference. | |
Operation | Adds, updates, or removes the web-tier authentication credentials or certificate used to communicate with another participant in the collaboration. | |
Operation | Updates collaboration workspace properties. | |
Operation | Allows a portal to validate a collaboration invitation. | |
Operation | Checks for the existence of the collaboration and validity of the invitation response file. | |
Resource | Lists all the workspaces in a given collaboration. | |
Resource | Provides information about the collaboration workspace with a specified ID. |
Datastores
Name | Endpoint type | Description |
---|---|---|
Resource | Provides access to operations that allows you to manage you data stores and bulk publish layers. | |
Operation | Registers a data store to ArcGIS Server. | |
Operation | Returns a list of your servers that a given data store has been registered to. | |
Operation | Propagates changes, such as data store registration information, to your ArcGIS Server. | |
Operation | Unregisters a specified data store from your ArcGIS Server. | |
Operation | Ensures that your ArcGIS Server can connect and use the dataset sotred within a given data store. | |
Resource | Provides access to bulk publishing operations. | |
Operation | Deletes all layers published from the data store. | |
Operation | Returns a list of layers bulk published from a data store. | |
Operation | Publishes, or syncs, the datasets from a data store onto your ArcGIS Server. |
IDP
Name | Endpoint type | Description |
---|---|---|
Resource | Lists organization identity federation information configured using a single identity provider. | |
Resource | Lists organization identity federation information configured using a federation of identity providers. | |
Operation | Allows organization administrator to configure enterprise login using a SAML-based federation of identity providers. | |
Operation | Allows organization administrators to configure enterprise logins using a single identity provider. | |
Operation | Allows organization administrator to edit the configuration of enterprise logins with a SAML-based federation of identity providers. | |
Operation | Allows the organization administrator to edit the enterprise login configuration with a single IDP. | |
Operation | Allows organization administrators to remove the enterprise login set up with a SAML-based federation of identity providers. | |
Operation | Allows organization administrators to remove the enterprise login set up with a single identity provider. |
Roles
Name | Endpoint type | Description |
---|---|---|
Resource | Lists all custom roles within the organization. | |
Operation | Allows default organization administrators to delete a custom role. | |
Resource | Lists all privileges for a custom role. | |
Resource | Lists properties of a custom role. | |
Operation | Allows default organization administrators to set privileges for a custom role. | |
Operation | Allows default organization administrators to update properties of a custom role. |
Servers
Name | Endpoint type | Description |
---|---|---|
Resource | Lists the ArcGIS Server sites that have been federated with the portal. | |
Operation | Registers an ArcGIS Server site with your Portal for ArcGIS deployment. | |
Resource | Returns information on an ArcGIS Server site that has been federated with the portal. | |
Operation | Unregisters an ArcGIS Server site from the portal. | |
Operation | Updates the properties of an ArcGIS Server site that has been registered, or federated, with the portal. |
Webhooks
Name | Endpoint type | Description |
---|---|---|
Resource | Lists all the webhooks for an organization. | |
Operation | Restarts a deactivated webhook. | |
Operation | Allows organization administrators to create a new webhook. | |
Operation | Pauses the specified webhook. | |
Operation | Permanently removes the specified webhook from the portal. | |
Resource | Displays information for specified webhooks and provides access to webhook management operations. | |
Operation | Displays information pertaining to trigger events associated with the specified webhook. | |
Operation | Allows administrators to update any of the previously configured parameters for their webhook. | |
Operation | Adjusts several advanced parameters that apply to every webhook. | |
Resource | Displays advanced parameters that configure the connection behavior of your webhook. |