Endpoint Stats

GET {{baseUrl}}/api/v1/app/:app_id/endpoint/:endpoint_id/stats?since=<dateTime>&until=<dateTime>

Get basic statistics for the endpoint.

Request Params

| Key | Datatype | Required | Description | | since | string | | Filter the range to data starting from this date | | until | string | | Filter the range to data ending by this date |

HEADERS

| Key | Datatype | Required | Description | | Accept | string | | |

RESPONSES

status: OK

{&quot;fail&quot;:-87174216,&quot;pending&quot;:-47303161,&quot;sending&quot;:-45236967,&quot;success&quot;:7883751}