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
Field | Type | Required | Description |
---|---|---|---|
organizationUID | string | required | unique organization identification |
subscriptionType | string | required | subscription type. (One of: open, 1.0, 2.0, 3.0) |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
x-auth | string | Account authorization key and token | |
Content-Type | string | ||
Content-Type | null | ||
Accept | string |
RESPONSES
status: OK
{}