RapidAPI · JSON Structure

Rapidapi Subscription Structure

An API subscription representing a user's or application's access to an API on RapidAPI.

Type: Properties: 0
API MarketplaceAPI ManagementAPI TestingAPI GatewayAPI DesignEnterprise

Subscription is a JSON Structure definition published by RapidAPI.

Meta-schema:

JSON Structure

Raw ↑
{
  "name": "Subscription",
  "description": "An API subscription representing a user's or application's access to an API on RapidAPI.",
  "fields": [
    { "name": "id", "type": "string", "required": false, "description": "Unique subscription identifier." },
    { "name": "userId", "type": "string", "required": false, "description": "Subscribing user identifier." },
    { "name": "apiId", "type": "string", "required": false, "description": "Subscribed API identifier." },
    { "name": "planId", "type": "string", "required": false, "description": "Pricing plan identifier." },
    { "name": "status", "type": "string (enum)", "required": false, "description": "active, cancelled, or expired." },
    { "name": "createdAt", "type": "string (date-time)", "required": false, "description": "Subscription creation timestamp." }
  ]
}