DKBSignDocs

API reference

GETRequires Bearer token

List audit events

/api/logs-audit/events

Retrieve `/api/logs-audit/events`. Authenticated routes need `Authorization: Bearer {token}` from `POST /api/v1/login`.

Path parameters

This endpoint has no path parameters.

Query parameters

FieldTypeDescription
from
stringStart date (ISO 8601).
e.g. "2026-01-01"
to
stringEnd date (ISO 8601).
page
integerPage number.
e.g. 1

Request body

This endpoint does not accept a request body.

Responses

StatusMeaning
500See the example response.

Request

curl
curl -X GET 'https://api.dkbsigns.com/api/logs-audit/events?from=2026-01-01&to=to&page=1' \
  -H 'Authorization: Bearer $DKBSIGN_TOKEN'

Response 200

json
{
  "status": "success",
  "message": "Upstream response is forwarded unchanged."
}