All requests coming from your clients you can send to us with this endpoint, preferrably in a batch so that we can aggregate, analyze and show in the doxify API metrics graphics. Create metrics based on them.
The HTTP route that was accessed.
The HTTP method used for the request.
The HTTP status code returned by the server.
The name of the network protocol used.
The version of the network protocol used.
The host domain or ip address that was accessed.
The port number on the server that was accessed.
The URL scheme used for the request.
The unix timestamp when the request was created.
A nested object containing additional HTTP-related metadata.
This data is optional and it's used to filter results within the API Metrics dashboard.
This data is optional and it's used to filter results within the API Metrics dashboard.
This data is optional and it's used to filter results within the API Metrics dashboard.
This data is optional and it's used to filter results within the API Metrics dashboard.
API Key
{
"data": [
{
"http_route": "/api/v1/endpoint",
"http_request_method": "GET",
"http_response_status_code": "200",
"network_protocol_name": "http",
"network_protocol_version": "1.1",
"server_address": "example.com",
"server_port": 80,
"url_scheme": "https",
"timestamp": 1714471067,
"http_bag": {
"api_key": "api-key-example",
"email": "[email protected]",
"user_agent": "Mozilla/5.0 (platform; rv:geckoversion) Gecko/geckotrail Firefox/firefoxversion",
"ip": "127.0.0.1"
}
}
]
}