View your Vidyard billing plan.

Supported Formats

json

GET https://api.vidyard.com/dashboard/v1/billing_plan
Get the billing plan for an account

Get the billing plan for an account

Supported Formats

json

Errors

Code Description
400 Bad Request: body has wrong syntax or unable to handle request
401 Unauthorized: auth_token omitted or authentication failed
403 Forbidden: This action cannot be performed
404 Not Found: The requested resource could not be found
406 Not Acceptable: Accept or Content-Type headers must be application/json, text/csv or application/vnd.openxmlformats-officedocument.spreadsheetml.sheet

Examples

REQUEST
Accept: application/json

RESPONSE
{
  "id": 1,
  "created_at": "2018-02-30T20:57:49Z",
  "updated_at": "2018-03-20T16:02:26Z",
  "organization_id": 1,
  "price": 500,
  "govideo_user_count": 55,
  "teams_count": 2,
  "configured": true
}

Params

Param name Description
auth_token
optional

API token needed to authorize requests
This can appear as an attribute in the body of the request or the query parameters on the URL

Validations:

  • Must be a String

from_account
optional

When true, the billing plan for the current organization’s account is returned. Otherwise the billing plan for the current organization is returned

Validations:

  • Parameter has to be Boolean.