TargetAudiencesService
A list of all methods in the TargetAudiencesService
service. Click on the method name to view detailed information about that method.
Methods | Description |
---|---|
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