Update Organization Device Plan

PUT {{baseUrl}}/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)

HEADERS

KeyDatatypeRequiredDescription
x-authstringAccount authorization key and token
Content-Typestring
Content-Typenull
Acceptstring

RESPONSES

status: OK

{}