Create or update a subscription integration.
PUT
/integrations/subscription
200Description
If an object with the same ID already exists, it will be overwritten.
Roles
At least one of the roles below is required to access this endpoint.
FullAccessSubscriptionAdmin
Request Body
Property | Type | Format | Max Length | Possible Values | ||
---|---|---|---|---|---|---|
ApiClientID | Required | string | --- | --- | --- | |
HashKey | Required | string | --- | 50 characters | --- | |
ElevatedRoles | array | --- | --- | --- | ||
Active | boolean | --- | --- | --- | ||
NotificationDays | integer | int32 | --- | --- | ||
Url | string | --- | --- | --- | ||
xp | object | --- | --- | --- |
Response Body
Property | Type | Format | Max Length | Possible Values | ||
---|---|---|---|---|---|---|
ApiClientID | string | --- | --- | --- | ||
HashKey | string | --- | 50 characters | --- | ||
ElevatedRoles | array | --- | --- | --- | ||
Active | boolean | --- | --- | --- | ||
NotificationDays | integer | int32 | --- | --- | ||
Url | string | --- | --- | --- | ||
xp | object | --- | --- | --- |