Add customers to an Audience

Time Status User Agent
Make a request to see history.

URL Expired

The URL for this request expired after 30 days.

audience_id

string

required

The internal (or external, if is_external_id is true) ID of the Audience of interest.

is_external_id

string

Whether to treat the audience_id as an external ID

customers

object

Maximum array length of 5000. Each element should contain one or more IDs belonging to a single customer for your organization.

customersobject

``202 202

Updatedabout 1 year ago


Shell :


xxxxxxxxxx

curl https://api.usebutton.com/v1/audiences/{audience_id}/customers \

-X POST \

-u YOUR_API_KEY \

-H "Content-Type: application/json" \

-d '{

customers: [\
\
    {\
\
      email_sha256s: [string],\
\
      device_ids: [string]\
\
    }\
\
  ]

}'

Click Try It! to start a request and see the response here! Or choose an example:

application/json

``202 - Result

Updatedabout 1 year ago


Did this page help you?

Yes

No