Skip to main content
GET
/
public
/
v1
/
inbox
Get inbox summary
curl --request GET \
  --url https://api.dualentry.com/public/v1/inbox/ \
  --header 'X-API-KEY: <api-key>'
{
  "transactions_count": 123,
  "records_count": 123
}

Documentation Index

Fetch the complete documentation index at: https://docs.dualentry.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-KEY
string
header
required

Query Parameters

search
string | null

Response

OK

Summary schema for inbox base endpoint.

transactions_count
integer
required
records_count
integer
required
Last modified on May 28, 2026