Skip to main content
POST
/
admin
/
system-performance
/
api-elapsed-time
Get Average API Elapsed Time
curl --request POST \
  --url https://api.example.com/admin/system-performance/api-elapsed-time \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "startDate": "2023-05-21",
  "endDate": "2023-12-21"
}
'
{
  "success": true,
  "data": "<unknown>"
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Body

application/json
startDate
string<date-time> | null
default:2023-05-21
endDate
string<date-time> | null
default:2023-12-21

Response

Success

success
boolean
data
unknown