Get estimate of audience size for a project. Only available for projects in the status of draft.
cURL
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 }
The response is of type object.
object