---
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-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
- **2024-09-09** `ad3cb629396d` — 1 breaking
  - api path removed without deprecation
- **2024-08-31** `cc511f225921` — 1 info
  - endpoint added
- **2024-01-29** `f2e9e07fd354` — 1 breaking
  - api path removed without deprecation

[Change 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/eb07388f2892/schema)
