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
{"fail":-87174216,"pending":-47303161,"sending":-45236967,"success":7883751}