Search targeting interests
Authorization
Bearer AuthorizationBearer <token>
API key (rlay_live_* or rlay_test_). Invite redemption also accepts a server-derived rlay_session_ bearer for a current user session.
In: header
Query Parameters
q*string
Search query
Length
1 <= length <= 200ad_account_id?string
Ad account ID; required for dedicated ad connections
Response Body
application/json
curl -X GET "https://example.com/v1/ads/interests?q=string"{ "data": [ { "audience_size": 0, "category": "string", "id": "string", "name": "string" } ]}Found something wrong? Help us improve this page.