Method: organizations.apiproducts.create Stay organized with collections Save and categorize content based on your preferences.
Creates an API product in an organization. You create API products after you have proxied backend services using API proxies.
An API product is a collection of API resources combined with quota settings and metadata that you can use to deliver customized and productized API bundles to your developer community. This metadata can include:
- Scope
- Environments
- API proxies
- Extensible profile
API products enable you repackage APIs on the fly, without having to do any additional coding or configuration.
Apigee recommends that you start with a simple API product including only required elements. You then provision credentials to apps to enable them to start testing your APIs. After you have authentication and authorization working against a simple API product, you can iterate to create finer-grained API products, defining different sets of API resources for each API product.
WARNING:
- If you don't specify an API proxy in the request body,any app associated with the product can make calls toany API in your entire organization.
- If you don't specify an environment in the request body, the product allows access to all environments.
For more information, seeWhat is an API product?
HTTP request
POST https://apigee.googleapis.com/v1/{parent=organizations/*}/apiproducts
The URL usesgRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
parent |
Required. Name of the organization in which the API product will be created. Use the following structure in your request: If the resource has the Authorization requires the followingIAM permission on the specified resource
|
Request body
The request body contains an instance ofApiProduct.
Response body
If successful, the response body contains a newly created instance ofApiProduct.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-12-15 UTC.