PUT
/
api
/
public
/
subscription-management
/
user-subscriptions
Body
curl --request PUT \
  --url http://localhost/api/public/subscription-management/user-subscriptions \
  --header 'Content-Type: application/json' \
  --data '{
  "hash": "<string>",
  "identifier": "[email protected]",
  "identifierKey": "email",
  "workspaceId": "<string>",
  "changes": {}
}'
"<string>"

Body

application/json
hash
string
required

Subscription change hash, used to authenticate subscription changes.

identifier
string
required

Identifier value for channel.

identifierKey
string
required

Identifier key for channel.

workspaceId
string
required

Workspace Id.

changes
object
required

Subscription changes.

Response

204 - application/json

An empty String