v1

latestOpenAPI 3.0.02026-07-243678114.1 KB
Plans

Get Plan by ID

The Get Plan by ID endpoint lets you retrieve detailed information about a specific subscription plan using its unique identifier. Use this endpoint to manage and review individual plans effectively.

get/v1/plan/{planId}

Path parameters

planIdstring required

The unique identifier of the plan.

Response

OK

errorboolean

Example response

{
  "data": {
    "id": "2eJh1L1rDrCZxTyE6vwGhck7LWI",
    "org_id": "2Tpmnmh6GHJXumKN1oBy2u56Ima",
    "metadata": {
      "key": "value"
    },
    "properties": {
      "key": "value"
    }
  }
}