v2

latestOpenAPI 3.0.3Apache 2.0raw.githubusercontent.com2026-07-21130282381.6 KB
API Subscriptions

Check a subscription can be created

Check a subscription can be created

Check a subscription can be created with given API Key, and application.

post/environments/{envId}/apis/{apiId}/subscriptions/_verify

Request body

applicationIdstring required

The id of the application subscribing.

apiKeystring required

The API Key that needs to be verified. Should not contain: ^ # % @ \ / ; = ? | ~ , (space)

Response

Verification successfully performed.

okboolean

Indicates whether the creation can be done or not.

reasonstring

An optional reason giving details about the result.