GET/spaces/api/v1/subscription/trial.json

Get the users trial subscription information

Responses

  • Code
    200
    Type
    object
    Schema
    Description
    200 OK
  • Code
    500
    Type
    object
    Schema
    Description
    500 Internal Server Error

Examples

200 OK

SubscriptionTrial
{
  "trial": {
    "currentUsers": 0,
    "daysLeft": 0,
    "isInGracePeriod": true,
    "isInTrial": true,
    "paymentMethod": "string",
    "planUsers": 0,
    "trialUntil": "2024-07-26T20:26:26.553Z"
  }
}