---
title: "[BETA] Subscribe to email subscription"
method: PUT
path: "/api/admin/email-subscription/{subscription}"
tags: ["Notifications"]
---

# [BETA] Subscribe to email subscription

`PUT /api/admin/email-subscription/{subscription}`

**Enterprise feature**

**[BETA]** This API is in beta state, which means it may change or be removed in the future.

Subscribe to email subscription e.g. monthly productivity report. By default everyone is subscribed. This API is mostly used by hosted Unleash.

## Path parameters

- `subscription` string, required

## Response `202`

This response has no body.

## Other responses

- `401` — Authorization information is missing or invalid. Provide a valid API token as the `authorization` header, e.g. `authorization:*.*.my-admin-token`.
- `404` — The requested resource was not found.

---

[API](https://skmtc.net/unleash/apis/unleash-api-3.md) · [All operations](https://skmtc.net/unleash/apis/unleash-api-3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/unleash/unleash-api-3/revisions/b2c3116e633e/schema)
