Subscription Forms
Get subscription form for environment
Get the subscription form for the environment. Returns the form definition used by API consumers when subscribing to APIs in the Developer Portal.
User must have the ENVIRONMENT_SETTINGS[READ] permission.
get/subscription-forms
Response
Subscription form retrieved successfully
Example response
{
"id": "550e8400-e29b-41d4-a716-446655440000",
"gmdContent": "# Subscription Information\n\n<gmd-input name=\"consumer_company_name\" label=\"Company Name\" required=\"true\"/>\n<gmd-textarea name=\"consumer_use_case\" label=\"Use Case\" required=\"true\"/>\n"
}