> ## Documentation Index
> Fetch the complete documentation index at: https://redo-44af351d-docs-returns-email-query-param.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> Getting started with the Redo API

## Welcome to the Redo API

The Redo API provides programmatic access to manage returns, refunds, shipments, and invoices for your store.

**Base URL:** `https://api.getredo.com/v2.2`
**Version:** 2.2.1

## Quick Start

```bash theme={null}
curl -X GET "https://api.getredo.com/v2.2/stores/{storeId}/returns" \
  -H "Authorization: Bearer YOUR_API_SECRET"
```

## Next Steps

<Steps>
  <Step title="Authentication">
    Learn how to [authenticate your API requests](/docs/api-reference/authentication)
  </Step>

  <Step title="Explore Endpoints">
    Browse the API reference to see all available endpoints
  </Step>

  <Step title="Set Up Webhooks">
    Configure [webhooks](/docs/guides/integrations/webhooks) for real-time notifications
  </Step>
</Steps>
