cURL
curl --request PUT \ --url http://localhost:3001/api/public/subscription-management/user-subscriptions \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "workspaceId": "<string>", "hash": "<string>", "identifier": "<string>", "identifierKey": "<string>", "changes": {} } '
"<string>"
Allows users to manage their subscriptions.
Workspace Id.
Subscription change hash, used to authenticate subscription changes.
Identifier value for channel.
"[email protected]"
Identifier key for channel.
"email"
Subscription changes.
Show child attributes
An empty String