cURL
curl --request POST \ --url https://api.supersonic.cv/timeline/search \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "query": "<string>", "filters": {}, "page": 123, "per_page": 123 } '
{}
Documentation IndexFetch the complete documentation index at: https://docs.supersonic.cv/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.supersonic.cv/llms.txt
Use this file to discover all available pages before exploring further.
API key: supersonic_live_...
Search query for timeline activities
Optional filters for timeline entries
Page number (default 1)
Items per page (default 50)
Success
The response is of type object.
object