Upload hashed users to audience
Authorization
Bearer AuthorizationBearer <token>
API key (rlay_live_* or rlay_test_*)
In: header
Path Parameters
id*string
Resource ID
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X POST "https://api.relayapi.dev/v1/ads/audiences/string/users" \ -H "Content-Type: application/json" \ -d '{ "users": [ {} ] }'{
"added": 0,
"invalid": 0,
"stored": 0
}Found something wrong? Help us improve this page.