Subscription Validation

Subscribe to a subscription validation disabled API

This will allow creating subscriptions from applications to APIs which have subscription validation disabled.

post/subscribe-internal

Query parameters

appIdinteger

Application ID of the subscription

appUuidstring

Application UUID

Headers

xWSO2Tenantstring required

This is used to specify the tenant domain, where the resource need to be retrieved from.

Request body

uuidstring

UUID of API

apiIdinteger
providerstring

API Provider name.

namestring

Name of the API

versionstring

Version of the API.

contextstring

Context of the API.

policystring

API level throttling policy.

apiTypestring

Type of the API.

statusstring

Type of the API.

organizationstring

Organization of the API.

isDefaultVersionboolean

Whether this is the default version of the API.

securitySchemestring

Available authentication methods of the API.

isSubscriptionValidationDisabledboolean

Whether subscription validation is disabled.

Example request

{
  "apiType": "APIProduct",
  "status": "APIProduct",
  "organization": "wso2.com",
  "securityScheme": "Oauth2,api_key"
}

Response

Subscription created successfully

subscriptionUUIDstring
subscriptionIdinteger
policyIdstring
apiUUIDstring
apiIdinteger
applicationUUIDstring
appIdinteger
subscriptionStatestring
apiNamestring
apiVersionstring
apiOrganizationstring
applicationOrganizationstring

Changes