Get pricing plan

Get a pricing plan by ID

GET
/stores/pricing-plans/{planId}
AuthorizationBearer <token>

Bearer token authentication. Use your API key as the bearer token.

In: header

Path Parameters

planIdstring

ID of the pricing plan

Response Body

curl -X GET "https://eu1.api.bivariant.com/v1/stores/pricing-plans/string"
{
  "artifactId": "string",
  "createdAt": "string",
  "currency": "string",
  "description": "string",
  "features": null,
  "id": "string",
  "interval": "string",
  "isActive": true,
  "isDefault": true,
  "maxInstalls": 0,
  "maxUsers": 0,
  "name": "string",
  "price": "string",
  "trialDays": 0,
  "updatedAt": "string"
}
{
  "code": "string",
  "message": "string"
}
{
  "code": "string",
  "message": "string"
}
{
  "code": "string",
  "message": "string"
}