GET
/
v1
/
projects
/
{projectId}
/
feasibility
/
audience-size-estimate
Retrieve audience size estimate
curl --request GET \
  --url https://api-staging.respondent.io/v1/projects/{projectId}/feasibility/audience-size-estimate \
  --header 'x-api-key: <x-api-key>' \
  --header 'x-api-secret: <x-api-secret>'
{
  "exactAudienceMatch": 123,
  "eligibleAudience": 123
}

Headers

x-api-key
string
required
x-api-secret
string
required

Path Parameters

projectId
string
required

Response

200 - application/json

The response is of type object.