cURL
curl --request PATCH \ --url https://api.gcore.com/iam/reselling/resellers/{resellerID}/notification_settings/{notificationSettingsId} \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "notification_type": "deletion_request", "email": "[email protected]", "enabled": true } '
{ "id": 123, "reseller": 123, "notification_type": "deletion_request", "email": "[email protected]", "enabled": true }
API key for authentication. Make sure to include the word apikey, followed by a single space and then your token. Example: apikey 1234$abcdef
apikey
apikey 1234$abcdef
Reseller ID.
Notification settings ID.
deletion_request
failed_login
254
Was this page helpful?