Skip to main content
POST
Get Sources

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Filter parameters

brand_id
integer
required

ID of the brand to fetch sources for

Example:

1

date
object

Optional date range filter. Omit to return all sources.

limit
integer

Maximum number of sources to return. Omit to return all.

Example:

50

ai_agent
string[]

Filter by AI agent(s). Omit to return sources from all agents.

Example:

Response

A list of sources

success
boolean
Example:

true

sources
object[]