Create Audience

This endpoint allows you to create a new audience respecting criteria for a future campaign.

  • URL: POST - {{url}}/audience/create
  • Body:
    • name - The name of the audience.
    • tagRule - The tag rule for the audience.
    • uniqueOwner - Indicates whether the audience has a unique owner.
    • custodialWallet - Custodial or non-custodial wallet. yes: Send to custodial wallet only. no: Send to non-custodial wallet only. all: Both types of wallet.
    • isWalletActiveSinceNumberOfDays - A period in days during which activity was observed on the user's wallet.
    • countries - Define the target country. String with values separated by a pipe Example: France|Spain...
  • Success: The audience data are returned.

For more information, read our detailed API documentation.

Log in to see full request history
timestatususer agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
required
string
required
string
required
boolean
required
string
int32
countries
array of strings
countries
Response

Language
Credentials
URL