List Reddit leads

GET /projects/{project_id}/reddit/leads
PublicRedditLeadsV1PublicProjectsProjectIdRedditLeadsGet

Reddit threads (posts) where the brand could plausibly join the conversation, scored and qualified as leads, best first.

Parameters

project_id string (uuid) PATH required

No description provided.

Example:PROJECT_ID

limit integer QUERY

No description provided.

Default:25

cURL Example

curl --request GET \
  --url 'https://api.visiblee.ai/v1/public/projects/PROJECT_ID/reddit/leads' \
  --get \
  --data-urlencode 'limit=50' \
  --header 'X-API-Key: YOUR_API_KEY'

Responses

200 OK Response Public Reddit Leads V1 Public Projects Project Id Reddit Leads Get
422 Validation Error HTTPValidationError

Successful Response

Media type application/json

No response schemas are defined for this endpoint.
[]