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

Get the users trial subscription information

Request Examples

Example Request

GET
/spaces/api/v1/subscription/trial.json
curl --request GET \
     --url https://{site_name}.teamwork.com/tags.json

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": "2025-02-11T11:36:22.318Z"
  }
}