cURL
curl --request GET \ --url https://api.aws53.cloud/v1/site-topics/recent \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "url": "<string>", "company": "<string>", "summary": "<string>", "topicCount": 123, "keywords": [ "<string>" ], "topTopics": [ { "topicId": 123, "topicName": "<string>", "type": "<string>", "industry": "<string>", "similarity": 123 } ], "createdAt": "<string>" } ] }
Returns the last 20 site topic searches made by any member of the organization.
Documentation IndexFetch the complete documentation index at: https://docs.leadpipe.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.leadpipe.com/llms.txt
Use this file to discover all available pages before exploring further.
Dashboard access token. Send as Authorization: Bearer .
Recent searches
Show child attributes
Was this page helpful?