Skip to main content
GET
/
v3
/
ai-sdr
/
offers
List offers
curl --request GET \
  --url https://api.reply.io/v3/ai-sdr/offers \
  --header 'Authorization: Bearer <token>'
{
  "items": [
    {
      "id": 4821,
      "name": "Q3 Enterprise Outbound"
    }
  ],
  "hasMore": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.reply.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Authenticate every request with a Bearer token. Pass your Reply API key in the Authorization header:

Authorization: Bearer <your-api-key>

Get your API key from the Reply dashboard: Settings → API Key.

Query Parameters

top
integer

Maximum number of items to return (default 100, max 1000)

skip
integer

Number of items to skip

Case-insensitive substring match on offer name

Response

Paginated list of offers

items
OfferListItem · object[]
hasMore
boolean