Create a graph KPI snapshot
POST/accounts/:account_id/graph-kpis
Creates a graph KPI snapshot. Intended for graph-sync ingestion after a
graph-sync run completes. Requires an account key for the same account or a
privileged token. The request body must include snapshot_date.
Request
Responses
- 201
- 400
- 401
- 403
- 409
- 422
Graph KPI snapshot created.
Required identity fields are missing or invalid.
Authentication is required.
The caller cannot write KPI snapshots for this account.
A snapshot already exists for the account and date.
The KPI payload is invalid.