cURL
curl --request GET \ --url https://api.truecall.com/sessions \ --header 'Authorization: Bearer <token>'
{ "status": "success", "data": { "items": [ { "tc_id": "<string>", "created_at": 1718104009000, "source_url": "<string>", "generator_id": "<string>" } ], "pagination": { "has_next_page": true, "next_page_token": "<string>" } } }
Retrieves a paginated list of sessions.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Number of items per page (1-100).
1 <= x <= 100
Token to fetch the next page of results, if available.
Sessions listing response
success
error
"success"
Show child attributes