RelayAPI

Upload hashed users to audience

POST
/v1/ads/audiences/{id}/users
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.

Submit an Issue
Requires a GitHub account.View repo