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

# API

## Authentication

For the API endpoints marked as authenticated using Bearer tokens, make sure to pass the `Authorization` header with your bearer token.

Your bearer token will be provided by the Playback support team during the onboarding process.

### Example

```bash theme={null}
curl -X GET https://api.playbackdirect.com/v1/partners/offers \
  -H "Authorization: Bearer YOUR_TOKEN_HERE" \
```

## Details

Partners should continually be fetching offers from the API to make sure the offers shown to users are valid and up to date. When an offer is paused or reaches a budget cap, it's removed from the API response.
