Cloud CRM Partners API
Stay organized with collections
Save and categorize content based on your preferences.
cloudcrmpartners.googleapis.com API.
Service: cloudcrmpartners.googleapis.com
To call this service, we recommend that you use the Google-provided client libraries. If your application needs to use your own libraries to call this service, use the following information when you make the API requests.
Discovery document
A Discovery Document is a machine-readable specification for describing and consuming REST APIs. It is used to build client libraries, IDE plugins, and other tools that interact with Google APIs. One service may provide multiple discovery documents. This service provides the following discovery document:
Service endpoint
A service endpoint is a base URL that specifies the network address of an API service. One service might have multiple service endpoints. This service has the following service endpoint and all URIs below are relative to this service endpoint:
https://cloudcrmpartners.googleapis.com
Methods |
create |
POST /v1/{parent=partners/*}/leads
Creates a Lead for a Partner. |
get |
GET /v1/{name=partners/*/leads/*}
Gets a Lead. |
Methods |
get |
GET /v1/{name=partners/*/opportunities/*}
Gets an Opportunity. |
patch |
PATCH /v1/{opportunity.name=partners/*/opportunities/*}
Updates an Opportunity for a Partner. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-04-05 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-04-05 UTC."],[[["\u003cp\u003eThe cloudcrmpartners.googleapis.com API provides programmatic access to Google Cloud CRM Partner resources, enabling actions like creating and managing leads and opportunities.\u003c/p\u003e\n"],["\u003cp\u003eDevelopers are encouraged to utilize Google-provided client libraries for seamless interaction with the API; alternatively, the Discovery Document and service endpoint information are available for custom integration.\u003c/p\u003e\n"],["\u003cp\u003eTwo key resources are exposed: \u003ccode\u003eleads\u003c/code\u003e for managing potential customer prospects, and \u003ccode\u003eopportunities\u003c/code\u003e for tracking sales deals with methods for creation, retrieval, and updates.\u003c/p\u003e\n"],["\u003cp\u003eThe service endpoint for all API requests is \u003ccode\u003ehttps://cloudcrmpartners.googleapis.com\u003c/code\u003e, and further details on specific methods and their functionalities can be found in the linked documentation.\u003c/p\u003e\n"]]],[],null,["# Cloud CRM Partners API\n\ncloudcrmpartners.googleapis.com API.\n\n- [REST Resource: v1.partners.leads](#v1.partners.leads)\n- [REST Resource: v1.partners.opportunities](#v1.partners.opportunities)\n\nService: cloudcrmpartners.googleapis.com\n----------------------------------------\n\nTo call this service, we recommend that you use the Google-provided [client libraries](https://cloud.google.com/apis/docs/client-libraries-explained). If your application needs to use your own libraries to call this service, use the following information when you make the API requests.\n\n### Discovery document\n\nA [Discovery Document](https://developers.google.com/discovery/v1/reference/apis) is a machine-readable specification for describing and consuming REST APIs. It is used to build client libraries, IDE plugins, and other tools that interact with Google APIs. One service may provide multiple discovery documents. This service provides the following discovery document:\n\n- \u003chttps://cloudcrmpartners.googleapis.com/$discovery/rest?version=v1\u003e\n\n### Service endpoint\n\nA [service endpoint](https://cloud.google.com/apis/design/glossary#api_service_endpoint) is a base URL that specifies the network address of an API service. One service might have multiple service endpoints. This service has the following service endpoint and all URIs below are relative to this service endpoint:\n\n- `https://cloudcrmpartners.googleapis.com`\n\nREST Resource: [v1.partners.leads](/cloud-crm-partners/reference/rest/v1/partners.leads)\n----------------------------------------------------------------------------------------\n\n| Methods ||\n|-----------------------------------------------------------------------|--------------------------------------------------------------------|\n| [create](/cloud-crm-partners/reference/rest/v1/partners.leads/create) | `POST /v1/{parent=partners/*}/leads` Creates a Lead for a Partner. |\n| [get](/cloud-crm-partners/reference/rest/v1/partners.leads/get) | `GET /v1/{name=partners/*/leads/*}` Gets a Lead. |\n\nREST Resource: [v1.partners.opportunities](/cloud-crm-partners/reference/rest/v1/partners.opportunities)\n--------------------------------------------------------------------------------------------------------\n\n| Methods ||\n|-----------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------|\n| [get](/cloud-crm-partners/reference/rest/v1/partners.opportunities/get) | `GET /v1/{name=partners/*/opportunities/*}` Gets an Opportunity. |\n| [patch](/cloud-crm-partners/reference/rest/v1/partners.opportunities/patch) | `PATCH /v1/{opportunity.name=partners/*/opportunities/*}` Updates an Opportunity for a Partner. |"]]