Skip to content
Start free in Cloud

Resubscribe to report REST API

POST
/api/reports/{report_id}/resubscribe
curl --request POST \
--url http://127.0.0.1:25737/api/reports/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0/resubscribe \
--cookie hk_token=<hk_token>

Clears the current user’s opt-out for this report. Team managers cannot resubscribe another recipient.

report_id
required
string format: uuid

Report definition UUID.

Resubscribed

Not found

Media typeapplication/json
object
message
string
Examplegenerated
{
"message": "example"
}