POST
/
v2
/
offsite-ads
/
audiences
/
{audience_id}
/
users
curl --request POST \
  --url https://api.topsort.com/v2/offsite-ads/audiences/{audience_id}/users \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: multipart/form-data'
{
  "jobId": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

audience_id
string
required

The audience ID

Body

multipart/form-data
file
file
required

CSV file containing user emails

Response

202
application/json
Successful Response
jobId
string
required

The unique identifier for the queued job.