API Reference
PUT /api/public/subscription-management/user-subscriptions
Allows users to manage their subscriptions.
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
requiredSubscription change hash, used to authenticate subscription changes.
identifier
string
requiredIdentifier value for channel.
identifierKey
string
requiredIdentifier key for channel.
workspaceId
string
requiredWorkspace Id.
changes
object
requiredSubscription changes.
Response
204 - application/json
An empty String
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>"