Trial

Is Org On Trial Endpoint

get

Get subscription plan for a specific organization.

Args: organization_id: The organization id auth_context: The authentication context rbac: The RBAC component organization_manager: The organization manager

Returns: bool: True if the organization is on trial, False otherwise.

Authorizations
OAuth2clientCredentialsRequired
Token URL: Refresh URL:

OAuth2authorizationCodeRequired
Authorization URL: Token URL: Refresh URL:
Path parameters
organization_idstring · uuidRequired
Responses
200

Successful Response

application/json
Responseboolean
get
/organizations/{organization_id}/trial
GET /organizations/{organization_id}/trial HTTP/1.1
Host: 
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
true

Last updated

Was this helpful?