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

# Introduction

> The claim.me API

<Note>
  The Claims API is in *beta* version at the moment.
</Note>

## Welcome

It's easy to get started with claim.me -- follow this documentation to integrate with our ecosystem.

<Card title="Seven Senders API Endpoints" href="https://github.com/l-fossati-7s/docs/blob/main/api-reference/openapi-seven-senders.json">
  View the OpenAPI specification file (in `.json` format)
</Card>

<Card title="claim.me API Endpoints" href="https://github.com/l-fossati-7s/docs/blob/main/api-reference/openapi-claim-me.json">
  View the OpenAPI specification file (in `.json` format)
</Card>

## Authentication

All API endpoints are authenticated using Bearer tokens and picked up from the specification file.
You will receive test and live credentials from our team during the integration phase.

```json theme={null}
"security": [
  {
    "bearerAuth": []
  }
]
```

## Orders and Shipments

claim.me proactively tracks all your shipments. This ensures we always have tracking data in our system,
also for very old shipments. It also enables the **proactive claiming** capabilities.

## Claims

The Claim API resources allow you to integrate your systems, including any customer-facing user interfaces
you may wish to build.

## Contact Us

Do you need any support with your setup, or have special requirements?
[Email our team](mailto:integration@sevensenders.com) or call us at [+49 xxx xxxxxxx](tel:0049xxxxxxxxxx).
