Page Summary
-
The cloudcrmpartners.googleapis.com API provides resources for managing leads and opportunities for partners.
-
The service recommends using Google-provided client libraries but also provides information for making API requests using your own libraries.
-
A Discovery Document is available to describe the REST API and the service endpoint is
https://cloudcrmpartners.googleapis.com. -
The
v1.partners.leadsresource allows creating and getting leads. -
The
v1.partners.opportunitiesresource allows getting and patching opportunities.
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
REST Resource: v1.partners.leads
| Methods | |
|---|---|
create |
POST /v1/{parent=partners/*}/leads Creates a Lead for a Partner. |
get |
GET /v1/{name=partners/*/leads/*} Gets a Lead. |
REST Resource: v1.partners.opportunities
| Methods | |
|---|---|
get |
GET /v1/{name=partners/*/opportunities/*} Gets an Opportunity. |
patch |
PATCH /v1/{opportunity.name=partners/*/opportunities/*} Updates an Opportunity for a Partner. |