Required. Email address of the developer that is purchasing a subscription to the API product. Use the following structure in your request: organizations/{org}/developers/{developerEmail}
Authorization requires the following IAM permission on the specified resource parent:
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-20 UTC."],[[["\u003cp\u003eThis webpage outlines how to create a subscription to an API product using a POST request to a specific URL.\u003c/p\u003e\n"],["\u003cp\u003eThe request URL uses gRPC Transcoding syntax and requires a \u003ccode\u003eparent\u003c/code\u003e path parameter specifying the developer's email in the format \u003ccode\u003eorganizations/{org}/developers/{developerEmail}\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe request body should include an instance of \u003ccode\u003eDeveloperSubscription\u003c/code\u003e, and if the request is successful, the response body will contain a newly created \u003ccode\u003eDeveloperSubscription\u003c/code\u003e instance.\u003c/p\u003e\n"],["\u003cp\u003eCreating a subscription requires the \u003ccode\u003eapigee.developersubscriptions.create\u003c/code\u003e IAM permission and the \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-platform\u003c/code\u003e OAuth scope.\u003c/p\u003e\n"]]],[],null,["# Method: organizations.developers.subscriptions.create\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\nCreates a subscription to an API product.\n\n### HTTP request\n\n`POST https://apigee.googleapis.com/v1/{parent=organizations/*/developers/*}/subscriptions`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n### Request body\n\nThe request body contains an instance of [DeveloperSubscription](/apigee/docs/reference/apis/apigee/rest/v1/organizations.developers.subscriptions#DeveloperSubscription).\n\n### Response body\n\nIf successful, the response body contains a newly created instance of [DeveloperSubscription](/apigee/docs/reference/apis/apigee/rest/v1/organizations.developers.subscriptions#DeveloperSubscription).\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/cloud-platform`"]]