Call Me Back
Create an API Key for Call Me Back.
Generate the required access token.
Hit the below endpoint to get logs.
The response is a URL through which the logs can be downloaded.
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
400Error
401Error
500Error
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?