Moody's Kompany
Search company data, validate identifiers, order business information products, and manage monitoring through the Kompany v2 API.
认证方式
| 方式 | 底层类型 | 状态 | 说明 |
|---|---|---|---|
| User Key | api_key | available | — |
调用示例
import { createClient } from "@open-connector/sdk";const oc = createClient({ baseUrl: "https://api.openconnector.dev", apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await oc.executeTool({ slug: "MOODYS_CREATE_OR_UPDATE_CALLBACK", connectedAccountId: "conn_...", arguments: { /* match this tool's input schema */ },});import Composio from "@composio/client";const composio = new Composio({ baseURL: "https://api.openconnector.dev/composio", apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await composio.tools.execute("MOODYS_CREATE_OR_UPDATE_CALLBACK", { connected_account_id: "conn_...", arguments: { /* match this tool's input schema */ },});oc tools execute MOODYS_CREATE_OR_UPDATE_CALLBACK --data '{ }'Tool 目录
可用 Tools
44 个可调用操作
Callback settingsMOODYS_CREATE_OR_UPDATE_CALLBACKCreate or update callback settings for a certain affected service需要连接
Create or update callback settings for a certain affected service
认证
需要 Connected AccountTags
Monitor settingsMOODYS_CREATE_OR_UPDATE_MONITOR_SETTINGCreate or update monitor settings需要连接
Create or update monitor settings
认证
需要 Connected AccountTags
Callback setting deletionMOODYS_DELETE_CALLBACK_SETTINGDelete callback settings for a certain affected service需要连接
Delete callback settings for a certain affected service
认证
需要 Connected AccountTags
Monitor deletionMOODYS_DELETE_MONITOR_REQUESTDelete a certain purchased monitor service request需要连接
Delete a certain purchased monitor service request
认证
需要 Connected AccountTags
Announcement retrievalMOODYS_GET_ANNOUNCEMENT_BY_ANNOUNCEMENT_IDRetrieve information of a certain announcement for an entity需要连接
Retrieve information of a certain announcement for an entity
认证
需要 Connected AccountTags
Callback setting retrievalMOODYS_GET_CALLBACK_SETTINGRetrieve callback settings for a certain affected service需要连接
Retrieve callback settings for a certain affected service
认证
需要 Connected AccountTags
Dataset retrievalMOODYS_GET_DATASET_BY_DATASET_IDRetrieve information of a certain purchased dataset需要连接
Retrieve information of a certain purchased dataset
认证
需要 Connected AccountTags
LEI validation retrievalMOODYS_GET_LEIVALIDATIONRetrieve information of certain purchased LEI validation需要连接
Retrieve information of certain purchased LEI validation
认证
需要 Connected AccountTags
Search listMOODYS_GET_LIST_ENITY_LIVE_SEARCHRetrieve the list of previous search requests需要连接
Retrieve the list of previous search requests
认证
需要 Connected AccountTags
Search retrievalMOODYS_GET_LIST_ENITY_LIVE_SEARCH_BY_IDRetrieve information of a certain search需要连接
Retrieve information of a certain search
认证
需要 Connected AccountTags
Monitor change retrievalMOODYS_GET_MONITOR_CHANGERetrieve information of a certain change for a monitor service request需要连接
Retrieve information of a certain change for a monitor service request
认证
需要 Connected AccountTags
Monitor retrievalMOODYS_GET_MONITOR_REQUESTRetrieve information of a certain purchased monitor service request需要连接
Retrieve information of a certain purchased monitor service request
认证
需要 Connected AccountTags
Product order retrievalMOODYS_GET_PRODUCT_INFORMATIONRetrieve information of a certain purchased product order需要连接
Retrieve information of a certain purchased product order
认证
需要 Connected AccountTags
Product content retrievalMOODYS_GET_PRODUCT_ORDER_CONTENTRetrieve content of a certain purchased product order需要连接
Retrieve content of a certain purchased product order
认证
需要 Connected AccountTags
Callback settings listMOODYS_LIST_CALLBACK_SETTINGSRetrieve the list of callback settings需要连接
Retrieve the list of callback settings
认证
需要 Connected AccountTags
AnnouncementMOODYS_LIST_COMPANY_ANNOUNCEMENTSRequest a list of public announcements for a certain entity需要连接
Request a list of public announcements for a certain entity
认证
需要 Connected AccountTags
Coverage detailsMOODYS_LIST_COVERAGE_DETAILSRetrieve coverage details on available sources, datasets, documents, searches and concierge services for each jurisdiction需要连接
Retrieve coverage details on available sources, datasets, documents, searches and concierge services for each jurisdiction
认证
需要 Connected AccountTags
Dataset listMOODYS_LIST_DATASETSRetrieve the list of previously purchased dataset requests需要连接
Retrieve the list of previously purchased dataset requests
认证
需要 Connected AccountTags
LEI validation listMOODYS_LIST_LEIVALIDATIONSRetrieve the list of previously purchased LEI validation requests需要连接
Retrieve the list of previously purchased LEI validation requests
认证
需要 Connected AccountTags
Monitor change typesMOODYS_LIST_MONITOR_CHANGE_TYPESRetrieve the list of available change types for a monitor service request需要连接
Retrieve the list of available change types for a monitor service request
认证
需要 Connected AccountTags
Monitor setting listMOODYS_LIST_MONITOR_SETTINGSRetrieve the list of monitor settings需要连接
Retrieve the list of monitor settings
认证
需要 Connected AccountTags
Monitor listMOODYS_LIST_MONITORSRetrieve the list of previously purchased monitor service requests需要连接
Retrieve the list of previously purchased monitor service requests
认证
需要 Connected AccountTags
Product order listMOODYS_LIST_PRODUCT_ORDERSRetrieve the list of previously purchased product order requests需要连接
Retrieve the list of previously purchased product order requests
认证
需要 Connected AccountTags
Product searchMOODYS_LIST_PRODUCTS_FOR_ACOMPANYRetrieve the list of possible products for a certain entity需要连接
Retrieve the list of possible products for a certain entity
认证
需要 Connected AccountTags
UBO discovery legal typesMOODYS_LIST_UBO_LEGAL_TYPESRetrieve the list of available legal types for a UBO discovery report需要连接
Retrieve the list of available legal types for a UBO discovery report
认证
需要 Connected AccountTags
Business concierge orderMOODYS_ORDER_BUSINESS_CONCIERGE_SERVICERequest a business concierge service for a certain entity需要连接
Request a business concierge service for a certain entity
认证
需要 Connected AccountTags
Dataset orderMOODYS_ORDER_DATASETRequest a dataset for a certain entity需要连接
Request a dataset for a certain entity
认证
需要 Connected AccountTags
Enhanced orderMOODYS_ORDER_ENHANCEDRequest an enhanced for a certain entity需要连接
Request an enhanced for a certain entity
认证
需要 Connected AccountTags
Land Register orderMOODYS_ORDER_LAND_REGISTER_DOCUMENTRequest a Land Register document or extract需要连接
Request a Land Register document or extract
认证
需要 Connected AccountTags
Product orderMOODYS_ORDER_PRODUCTRequest a product for a certain entity需要连接
Request a product for a certain entity
认证
需要 Connected AccountTags
UBO discovery orderMOODYS_ORDER_UBODISVOCERY_REPORTRequest a UBO discovery report for a certain entity需要连接
Request a UBO discovery report for a certain entity
认证
需要 Connected AccountTags
EIN validationMOODYS_REQUEST_EINVALIDATIONRequest an EIN search and validation需要连接
Request an EIN search and validation
认证
需要 Connected AccountTags
Id searchMOODYS_REQUEST_ENITY_ID_SEARCHRequest an entity id search需要连接
Request an entity id search
认证
需要 Connected AccountTags
Index searchMOODYS_REQUEST_ENITY_INDEX_SEARCHRequest an entity index search需要连接
Request an entity index search
认证
需要 Connected AccountTags
Live searchMOODYS_REQUEST_ENITY_LIVE_SEARCHRequest an entity live search需要连接
Request an entity live search
认证
需要 Connected AccountTags
IBAN validationMOODYS_REQUEST_IBANVALIDATIONRequest a IBAN search and validation需要连接
Request a IBAN search and validation
认证
需要 Connected AccountTags
ISIN validationMOODYS_REQUEST_ISINVALIDATIONRequest an ISIN search and validation需要连接
Request an ISIN search and validation
认证
需要 Connected AccountTags
LEI validationMOODYS_REQUEST_LEIVALIDATIONRequest a LEI search and validation需要连接
Request a LEI search and validation
认证
需要 Connected AccountTags
Monitor registrationMOODYS_REQUEST_MONITOR_SERVICERequest a monitor service for a certain entity需要连接
Request a monitor service for a certain entity
认证
需要 Connected AccountTags
TIN validationMOODYS_REQUEST_TINVALIDATIONRequest a TIN search and validation需要连接
Request a TIN search and validation
认证
需要 Connected AccountTags
VAT validationMOODYS_REQUEST_VATVALIDATIONRequest a VAT search and validation需要连接
Request a VAT search and validation
认证
需要 Connected AccountTags
ServiceMessage by idMOODYS_SERVICE_MESSAGE_BY_IDRetrieve a certain serviceMessage by messageId.需要连接
Retrieve a certain serviceMessage by messageId.
认证
需要 Connected AccountTags
ServiceMessages listMOODYS_SERVICE_MESSAGES_LISTRetrieve a list of serviceMessages.需要连接
Retrieve a list of serviceMessages.
认证
需要 Connected AccountTags
Product order updateMOODYS_UPDATE_PRODUCT_ORDERUpdate status of a UBO or Business Concierge purchased product order需要连接
Update status of a UBO or Business Concierge purchased product order
认证
需要 Connected AccountTags