Skip to main content
GET
/
v3
/
live-data
/
filter-values
/
seniorities
Seniorities typeahead
curl --request GET \
  --url https://api.reply.io/v3/live-data/filter-values/seniorities \
  --header 'Authorization: Bearer <token>'
{
  "items": [
    "<string>"
  ],
  "hasMore": true
}

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

Response

Page of seniority values

items
string[]
hasMore
boolean