RelayAPI

Search targeting interests

GET
/v1/ads/interests
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

Length1 <= length <= 200
ad_account_id?string

Ad account ID; required for dedicated ad connections

social_account_id?string

Deprecated Meta-only compatibility selector

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.