{
"plan": "PLAN_TYPE_UNSPECIFIED",
"seats": 123,
"instances": 123,
"activeInstances": 123,
"expiresTime": "2023-11-07T05:31:56Z",
"trialing": true,
"orgName": "<string>"
}
GetSubscription returns the current subscription. If there is no license, we will return a free plan subscription without expiration time. If there is expired license, we will return a free plan subscription with the expiration time of the expired license. Permissions required: None
{
"plan": "PLAN_TYPE_UNSPECIFIED",
"seats": 123,
"instances": 123,
"activeInstances": 123,
"expiresTime": "2023-11-07T05:31:56Z",
"trialing": true,
"orgName": "<string>"
}
OK
The response is of type object
.
Was this page helpful?