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
Path parameters
organization_idstring · uuidRequired
Responses
200
Successful Response
application/json
Responseboolean
get
GET /organizations/{organization_id}/trial HTTP/1.1
Host: 
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
true

Last updated

Was this helpful?