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
200 OK
SubscriptionTrial
{
"trial": {
"currentUsers": 0,
"daysLeft": 0,
"isInGracePeriod": true,
"isInTrial": true,
"paymentMethod": "string",
"planUsers": 0,
"trialUntil": "2024-12-05T12:31:07.261Z"
}
}