Skip to main content
GET
Get Plan
Retrieves details about a specific payment plan by its ID.

Example Usage

Response

Notes

  • This endpoint is used to display details to a subscriber before they purchase
  • Returns pricing structure, credit limits, and metadata

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

planId
string
required

The unique identifier of the plan to retrieve

Response

200 - application/json

Plan information

planId
string
metadata
object
price
object
credits
object
nftAddress
string