CDR LOGS

Cdr logs for inbound and outbound calls

POST /https://api.callify.io/log/call/direction

This api is used to get the cdr logs for both inbound and outbound. The post api contains call direction parameter to provide the direction as inbound and outbound.

Headers

Name
Value

Content-Type

application/json

Authorization

Bearer <token>

Parameters

Name
Type
Description

Call Direction*

string

Call direction should be in or out. this field provide the data based on in and out calls.

Start Date

number

Start date to select call from. YYYY/MM/DD format. not timestamp. Default 5 days ago date.

End Date

number

End date to select call to. YYYY/MM/DD format. not timestamp. Default current date

Order_By

string

Order by should be start date, end date, Duration

Order_Type

string

Order type should be asc and desc

Call_uuid

string

This field refer to call_uuid. call_uuid will be generated for both In and out calls.

Company_uuid

string

This field is user to get the inbound call log based on company

Duration

string

Get log by duration zero, or none zero. This field is used for inbound call only.

Status

string

This field contain answered and missed call to filter the calls.

Call_score

number

This field contain numberic value 0 and 1 for call_score

First_time _conversation

Boolean

First time conversation field provide data based on first time caller. it contain true and false value to provide for data.

Keyword

string

user can provide keyword and search the inbound call.

Request Body

Name
Type
Description

caller

number

caller number should be provide.

Destination

number

Destination number should be provide.

Publishers

string

Publisher uuid should be provide.

Target_uuid

string

Target uuid should be provide

Tags

string

Tags name should be provide

Campaign_uuid

string

campaign uuid should be provide

Buyers

string

Buyers uuid should be provide

Example Curl

Response

Last updated