Get Outgoing Call Logs API

This API provides developers with access to detailed logs of outgoing calls made through the Alohaa portal.

Endpoint Description

GET https://outgoing-call.alohaa.ai/v1/external/click-2-call-logs

Parameters

Request Headers

Field
Value
Description
Mandatory

Content-Type

application/json

Specifies the content type of the request.

Yes

x-metro-api-key

*************************

API key for authentication purposes.

Yes

Request Body

Field
Data Type
Description
Mandatory

page_no

String

Page number of the logs to retrieve.

Yes

page_size

String

Number of log entries per page.

Yes

caller_number

Array

Filter logs by a specific caller number.

Yes

Sample Request

{
  "x-metro-api-key": "****************"
}

Responses

Success Response

Failure Response

Error Codes

Code
Description

1022

Organisation does not exist

Last updated