Skip to main content
POST
/
v1.0
/
subscriptions
/
thresholds
/
assignments
/
add
Creates a new Threshold Assignment
curl --request POST \
  --url https://api.example.com/v1.0/subscriptions/thresholds/assignments/add \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "ThresholdId": "<string>",
  "AccountId": "<string>",
  "SubscriberId": "<string>",
  "Active": true
}
'

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Obtain token from /v1.0/OAuth2/tokens endpoint.

Body

Threshold_Assignment object

ThresholdId
string | null
AccountId
string | null
SubscriberId
string | null
Active
boolean

Response

200

Success