Plans
Get a subscription plan by ID
get/api/v3/subscriptions/plans/{planId}
Path parameters
planIdstring uuid required
Response
Plan found.
Example response
{
"asset": "USD",
"price": {
"amount": "29.00",
"asset": "USD"
},
"gracePeriod": "P3D",
"createdAt": 1748513400,
"updatedAt": 1748513400
}Changes
No recorded changes to this endpoint across all 1 revision of this API.