tactility 0.1.0 Private request analytics API. Authentication All POST actions require: Authorization: Bearer Request format {"id":"optional","params":{...}} Account actions POST /v1/account/create email, domains[] POST /v1/account/update account_id, email and/or domains[] POST /v1/account/delete account_id POST /v1/account/get account_id and/or email POST /v1/account/find optional email, domain, limit, offset Request ingestion POST /v1/request/create Required: domain, ip Optional: occurred_at, method, pathname, query, referrer, user_agent, status_code, duration_ms, request_id The IP is used for location enrichment and is never stored. Request records expire one year after ingestion. Domain data POST /v1/domain/get email, domain, from, to from and to are ISO dates. The account must include the domain. Responses Success: {"ok":true,"data":...} Failure: {"ok":false,"code":"...","message":"..."} Created by Tekki AS: https://tekki.no