Intelligence
Search intelligence mentions
Find creators, scripts, automations, media, fans or conversations that can be referenced in a Substy Intelligence message. Filter by mention type and return up to 30 matches.
GET
/v1/agencies/{agencyId}/intelligence/mention-searchFind creators, scripts, automations, media, fans or conversations that can be referenced in a Substy Intelligence message. Filter by mention type and return up to 30 matches.
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
agencyId*string
Length
1 <= lengthQuery Parameters
query*string
Length
length <= 100types?array<>
Items
items <= 6limit?integer
Range
1 <= value <= 30Default
15Response Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/v1/agencies/string/intelligence/mention-search?query=string" \ -H "Authorization: Bearer YOUR_API_KEY"{ "data": [ { "type": "creator", "id": "string", "label": "string", "creatorLabel": null } ], "meta": { "requestId": "string" }}