Docs

Get account gaps report

GET /api/v1/programmatic/reports/account-gaps

GET/api/v1/programmatic/reports/account-gaps
Reportsv1reports:read

Returns active accounts with stale or missing transaction activity.

Code examples

curl --request GET \
  --url 'https://api.tetri.app/api/v1/programmatic/reports/account-gaps' \
  --header 'Authorization: Bearer $TETRI_API_TOKEN'

Responses

200Account gaps returned successfully.
401The access token is missing, invalid, expired, or revoked.
403The token does not have the required scope or workspace access.
429The credential has exceeded its request limit.