Skip to main content

Returns the list of subscriptions for a company

GET 

/v1/management/subscription

Returns the list of subscriptions for a company

Request

Header Parameters

    companyId string

Responses

The list of subscriptions for the company

Schema

  • Array [

  • id stringnullable
    name stringnullable
    active boolean
    companyId stringnullable
    companyName stringnullable
  • ]

Loading...