Skip to main content
POST
Get social media audience data

Authorizations

Authorization
string
header
required

JWT Bearer token authentication. Use the /api/login endpoint to obtain a token.

Body

application/json
sortBy
string | null

Sort field

Example:

"name"

filterByMultiParameter
string | null

General search keyword

filterByAthleteName
string[] | null

Filter by athlete name(s)

filterByAthleteID
string | null

Athlete ID(s) to get audience data for

filterByName
string | null

Filter by name

filterBySchool
integer[] | null

Filter by school/university ID(s)

filterByLocation
string | null

Filter by location keyword

filterByPrice
string | null

Filter by price

filterByPlatform
boolean | null

Platform filter flag

Example:

false

genderSelect
boolean | null

Gender filter enabled

Example:

false

eligibilitySelect
boolean | null

Eligibility filter enabled

Example:

false

gender
string[] | null

Filter by gender(s)

is_current_athlete
enum<string> | null

Y = current, N = former, empty = all

Available options:
Y,
N,
Example:

"Y"

filterByTeam
string | null

Filter by team

filterskillsSearchKeywords
string[] | null

Filter by skills

filterBusinessCategorySearchKeywords
integer[] | null

Filter by business category IDs

filterSportsSearchKeywords
integer[] | null

Filter by sport category IDs

filterPlatFormSearchKeywords
enum<string>[] | null

Filter by social platforms

Available options:
facebook,
instagram,
twitter,
google,
youtube,
tiktok
filterByInstaMin
string | null

Min Instagram followers

filterByInstaMax
string | null

Max Instagram followers

filterByTwitterMin
string | null

Min Twitter followers

filterByTwitterMax
string | null

Max Twitter followers

filterByTiktokMin
string | null

Min TikTok followers

filterByTiktokMax
string | null

Max TikTok followers

sortOrderInsta
enum<string> | null

Sort by Instagram followers

Available options:
asc,
desc
sortOrderTwitter
enum<string> | null

Sort by Twitter followers

Available options:
asc,
desc
sortOrderTiktok
enum<string> | null

Sort by TikTok followers

Available options:
asc,
desc
sortOrderDistance
enum<string> | null

Sort by distance

Available options:
asc,
desc
filterByRating
number | null

Min star rating

filterByLatLong
number[] | null

[longitude, latitude]

Example:
filterByDistanceInMiles
number | null

Max distance in miles

filterByDivisions
string[] | null

Filter by divisions

filterByConference
string[] | null

Filter by conference names

filterBySelectedLocation
string | null

Selected location label

Response

200

Social media audience data (impressions, engagements, age/gender/location demographics)