> ## Documentation Index
> Fetch the complete documentation index at: https://docs.zaymo.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Subscription Portal

> Enable subscribers to manage subscriptions directly from email

The Subscription Portal widget allows subscribers to manage their subscriptions directly from email, including rescheduling deliveries or requesting immediate shipment.

<Card>
  <Frame>
    <img src="https://mintcdn.com/zaymo/-MDPRJ3XLpiPEM82/images/PortalDelay.gif?s=62b55b90b6675b4573cf6e252054858a" alt="Delay subscription example" width="1028" height="720" data-path="images/PortalDelay.gif" />
  </Frame>

  **Delay Subscription**
  *Subscribers can postpone their next delivery*
</Card>

<Card>
  <Frame>
    <img src="https://mintcdn.com/zaymo/-MDPRJ3XLpiPEM82/images/PortalSendNow.gif?s=afcad1f69d6ee0abed3f4d45e4ad8600" alt="Send now example" width="1028" height="720" data-path="images/PortalSendNow.gif" />
  </Frame>

  **Send Now**
  *Subscribers can request immediate shipment*
</Card>

## How It Works

1. Subscriber receives an email with subscription management options
2. Subscriber can view current subscription details
3. Subscriber can reschedule their next delivery or request immediate shipment
4. Changes are confirmed without leaving the email

## Required Endpoints

| Endpoint                                                                            | Purpose                                    | Required |
| ----------------------------------------------------------------------------------- | ------------------------------------------ | -------- |
| [Get Current Subscription](/api-reference/customer-portal/get-current-subscription) | Retrieve current subscription details      | Yes      |
| [Delay Subscription](/api-reference/customer-portal/delay-subscription)             | Process subscription rescheduling requests | No       |
| [Send Subscription Now](/api-reference/customer-portal/send-subscription-now)       | Process immediate shipment requests        | No       |

## Getting Started

Ready to implement the Subscription Portal? This widget helps increase customer satisfaction by giving subscribers control over their deliveries.

<CardGroup cols={2}>
  <Card title="API Reference" icon="code" href="/api-reference/introduction">
    Explore our API documentation
  </Card>

  <Card title="Authentication" icon="key" href="/api-reference/introduction#authentication">
    Learn how to authenticate your API requests
  </Card>
</CardGroup>
