Call Me Back

The Call Me Back API helps you to download Call Me Back requests for the numbers for which this feature has been enabled.

  1. Create an API Key for Call Me Back.

  2. Generate the required access token.

  3. Hit the below endpoint to get logs.

  4. The response is a URL through which the logs can be downloaded.

Call Me Back

get

This endpoint fetches call me back information

Authorizations
Path parameters
clientAccountIdstring · uuidRequired

This should be the clientAccountId

Query parameters
fromstringRequiredExample: {"value":"1641015429"}
tostringRequiredExample: {"value":"1641551777"}
Header parameters
AcceptstringOptionalExample: {"value":"application/vnd.api+json; version=1.0"}
Responses
200Success
get
GET /clients/{clientAccountId}/openapi/callback-logs/summary?from=text&to=text HTTP/1.1
Host: 
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*

No content

Last updated

Was this helpful?