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
target_audience_get_target_audiences

target_audience_get_target_audiences

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

Return Type

List[IdName]

Example Usage Code Snippet

from voyado_engage import VoyadoEngage, Environment

sdk = VoyadoEngage(
access_token="YOUR_ACCESS_TOKEN",
base_url=Environment.DEFAULT.value
)

result = sdk.target_audiences.target_audience_get_target_audiences()

print(result)

Build Your Own SDKs with  liblab

Build developer friendly SDKs in minutes from your APIs

Start for Free →