---
title: "Subscribe to a subscription validation disabled API"
method: POST
path: "/subscribe-internal"
tags: ["Subscription Validation"]
---

# Subscribe to a subscription validation disabled API

`POST /subscribe-internal`

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

## Query parameters

- `appId` integer
- `appUuid` string

## Headers

- `xWSO2Tenant` string, required

## Response `201`

Subscription created successfully

- Subscription
  - `subscriptionUUID` string
  - `subscriptionId` integer
  - `policyId` string
  - `apiUUID` string
  - `apiId` integer
  - `applicationUUID` string
  - `appId` integer
  - `subscriptionState` string
  - `apiName` string
  - `apiVersion` string
  - `apiOrganization` string
  - `applicationOrganization` string

## Other responses

- `default` — Unexpected error

## Changes

- **2025-07-31** `14bedf56ae10` — 1 info
  - added the new optional request property `urlMappings/items/apiOperationMapping`
- **2025-07-29** `23ce2dbf6799` — 1 info
  - added the new optional request property `urlMappings/items/backendOperationMapping`
- **2025-07-23** `1312055a9ffe` — 2 info
  - added the new optional request property `urlMappings/items/description`
  - added the new optional request property `urlMappings/items/schemaDefinition`
- **2025-04-03** `eb07388f2892` — 3 info
  - added optional request body
  - added the media type `application/json` for the response with the status `201`
  - added the media type `application/json` for the response with the status `default`
- **2024-09-24** `592559e42ee4` — 1 info
  - endpoint added

[Full history](https://skmtc.dev/wso2/apis/internal-utility-api/changes/subscribe-internal/post.md)

---

[API](https://skmtc.dev/wso2/apis/internal-utility-api.md) · [All operations](https://skmtc.dev/wso2/apis/internal-utility-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/wso2/internal-utility-api/revisions/0be9aa8493bc/schema)
