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

# Sponsor Overview

> View sponsor accounts and their activity

View-only access to sponsor accounts, their sponsorship status, and activity.

## Sponsor List

View all sponsors with:

* Company name
* Sponsorship tier
* Status (active, expired)
* Events sponsored
* Contract dates

## Sponsor Details

For each sponsor:

* Contact information
* Sponsorship history
* Event assignments
* Campaign performance
* Payment status

## Features

### Sponsor Overview

#### Acceptance Criteria

##### Frontend

* [ ] UI supports the workflows described in this feature.

##### Backend / API

* [ ] Backend behavior supports this feature as documented.

##### Permissions

* [ ] Access is restricted per the Capabilities matrix on this page (or equivalent role rules).

##### Business Rules

* [ ] All business rules for this feature are enforced.

##### Error Handling

* [ ] Error states return clear messages and appropriate HTTP status codes.

## Implementation Contracts

### Backend (API)

```
GET    /api/sponsorship/sponsors             # List all sponsors
GET    /api/sponsorship/sponsors/{id}        # Sponsor details
GET    /api/sponsorship/sponsors/{id}/events # Sponsored events
GET    /api/sponsorship/sponsors/{id}/stats  # Performance stats
```
