Skip to main content

Update Organization Device Plan

PUT 

/v1/organization/:organizationUID/subscriptionType/:subscriptiontype

Sets the organization's Device Plan.

We use different authentication in the x-auth header for /organization endpoints, which consists of USER TOKEN_ID and TOKEN_SECRET (separated by “:”). You can find both on the Settings page (https://box.signageos.io/settings) in SignageOS Box. Learn more here.

Available Device Plans

  • open
  • 1.0
  • 2.0
  • 3.0

Parameters

FieldTypeRequiredDescription
organizationUIDstringrequiredunique organization identification
subscriptionTypestringrequiredsubscription type. (One of: "open", "1.0", "2.0", "3.0")

Request

Responses

OK

Response Headers
    Content-Type