Skip to main content
GET
List brand mentions

Authorizations

Authorization
string
header
required

Prefix your API key with "Bearer ". Example: Authorization: Bearer sapi_key_...

Path Parameters

id
string
required

Connected account ID

Query Parameters

since
string

Return only items created after this timestamp (RFC3339)

limit
integer

Maximum number of results to return (1-100, default 20)

cursor
string

Pagination cursor returned by the previous response

Response

Paginated list of mentions

count
integer
data
object[]
next_cursor
string