Skip to main content

TargetAudiencesService

A list of all methods in the TargetAudiencesService service. Click on the method name to view detailed information about that method.

MethodsDescription
TargetAudienceGetTargetAudiencesAsync

TargetAudienceGetTargetAudiencesAsync

  • HTTP Method: GET
  • Endpoint: /api/v2/target-audiences

Return Type

List<IdName>

Example Usage Code Snippet

using VoyadoEngage;

var client = new VoyadoEngageClient();

var response = await client.TargetAudiences.TargetAudienceGetTargetAudiencesAsync();

Console.WriteLine(response);

Build Your Own SDKs with  liblab

Build developer friendly SDKs in minutes from your APIs

Start for Free →