GET
/
v1
/
call-log
curl --request GET \
  --url https://client-api.salesfinity.co/v1/call-log \
  --header 'x-api-key: <api-key>'
"<any>"

Retrieves a paginated list of call logs from the system. Use this endpoint to access call logs with metadata, such as timestamps and call dispositions.

Query Parameters

  • limit (optional, number): Number of items per page (default is 10, max is 100).
  • page (optional, number): The current page number to retrieve.

Responses

  • 200: A JSON object containing the list of call logs and metadata.

Authorizations

x-api-key
string
header
required

Query Parameters

limit
number

Number of items per page.

Required range: 1 <= x <= 100
page
number

The current page number.

Required range: x >= 1

Response

default - application/json
A list of call logs with metadata.

The response is of type any.