Endpoint Stats

GET https://api.sinay.ai/webhook/api/v1/endpoint/:endpoint_id/stats?since=<dateTime>&until=<dateTime>

Get basic statistics for the endpoint.

Request Params

KeyDatatypeRequiredDescription
sincestringFilter the range to data starting from this date
untilstringFilter the range to data ending by this date

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"fail":"\u003clong\u003e","pending":"\u003clong\u003e","sending":"\u003clong\u003e","success":"\u003clong\u003e"}