Live API health · last 24h

Your platform is running clean.

All systems operational
42 msp50 latency 99.99%uptime 1.9k/speak throughput 0.02%error rate
Success rate99.98%Excellent
This billing cycle

Serving 18,240 users without a hiccup.

4.2M requests processed across score pulls, full reports, and identity checks — well within your Enterprise plan envelope.

Monthly request quota4.2M of 10M used
42% consumed
Resets Aug 1, 20265.8M remaining
No degraded endpoints Webhooks delivering Keys rotated 12d ago
↗ 12.5%
4.24MAPI requests · 30d
Across 7 endpointsvs 3.77M
↗ 6.1%
18,240Managed users
Active credit profiles+1,040 this month
Stable
42msAvg latency (p50)
p99 · 128msGlobal edge
↘ 0.05%
0.02%Error rate
842 of 4.24MMostly 429s

Request volume

Rolling 7-day API traffic.

4.24M↗ 12.5%
MonTueWedThuFriSatSun

Request mix

How your API calls are distributed.

4.2Mtotal calls
Credit score52%
Full reports22%
Identity16%
Prequalify10%
Solutions engineering

Ship your next integration faster.

Get architecture reviews, sandbox walkthroughs, and go-live support from Revery’s integration specialists.

AMJLTR
Engineers available this week
NameSecret keyEnvironmentLast usedCreatedActions
Production BackendServer · full accesssk_live_••••••••••••••••df3ab Live2 min agoJul 12, 2026
Mobile App — ProdRestricted · read onlysk_live_••••••••••••••••jab12 Live3 hrs agoJul 22, 2026
Staging EnvironmentServer · full accesssk_test_••••••••••••••••jkl3m TestYesterdayJun 04, 2026
CI PipelineRestricted · read onlysk_test_••••••••••••••••y5t4r Test6 days agoMay 19, 2026

Signing secret

Verify inbound webhook payloads against this HMAC secret.

Configure webhooks
whsec_••••••••••••••••3d2f1
18,240Total enrolled
17,902 active+1,040 · 30d
↗ 4 pts
721Avg. score
VantageScore 4.0Good range
62%Prime or above
Score ≥ 72011,309 users
214Score alerts · 24h
Monitored changesDelivered
UserRevery IDScoreRisk tierReport statusLast pull
MC
Maria Chenm.chen@email.com
usr_9f2a71788
Super primeCurrent2 hrs agoView
JR
Jamal Robertsjamal.r@email.com
usr_4b8c02742
PrimeCurrentYesterdayView
AP
Aisha Patelaisha.p@email.com
usr_7d1e93664
Near primeRefreshing4 days agoView
TN
Thomas Nguyent.nguyen@email.com
usr_2a6f18810
Super primeCurrent6 hrs agoView
LW
Lena Wójciklena.w@email.com
usr_5c3d77598
SubprimeFrozen2 wks agoView
DS
Diego Santosd.santos@email.com
usr_8e9a44735
PrimeCurrent1 day agoView
Showing 6 of 18,240 users

Requests over time

Total calls per day, all endpoints.

4.24M↗ 12.5%
MonTueWedThuFriSatSun

Endpoint breakdown

Volume, latency, and error rate by service.

Export CSV
EndpointMethodRequestsAvg latencyError rateShare
/v1/credit/scoreGET2.20M39ms0.01%
/v1/credit/reportGET933K88ms0.02%
/v1/identity/verifyPOST678K51ms0.03%
/v1/prequalifyPOST424K146ms0.09%

Configured endpoints

Where events are delivered.

https://api.acmelending.com/hooks/revery
score.updatedreport.completedalert.triggered
Delivering · 100%
https://staging.acmelending.com/hooks/revery
score.updated*.test
Test mode
https://old.acmelending.com/revery-hook
score.updated
Failing · 41%

Recent deliveries

Last events dispatched to your endpoints.

Full event log
EventEvent IDEndpointResponseTime
score.updatedevt_a91f0capi.acmelending.com200 OK09:14:22
report.completedevt_7d33b1api.acmelending.com200 OK09:11:08
alert.triggeredevt_2c88e4old.acmelending.com504 Timeout09:07:53
score.updatedevt_5f10a9api.acmelending.com200 OK08:59:41
GET/v1/credit/score

Retrieve a credit score

Returns the latest VantageScore 4.0 equivalent calculated by Revery’s engine for an enrolled user, along with the top factors influencing it. Requires a live or test secret key with read access and a valid permissible purpose on file.

Query parameters

user_idrequired
string

The unique Revery identifier for the enrolled consumer, e.g. usr_9f2a71.

include_factors
boolean

When true, returns the reason codes that most affected the score. Defaults to false.

# Retrieve a user's credit score
curl -X GET "https://api.reverycredit.com/v1/credit/score?user_id=usr_9f2a71&include_factors=true" \
  -H "Authorization: Bearer sk_live_••••"
200 OK — { "user_id": "usr_9f2a71", "score": 788, "model": "vantagescore_4", "risk_tier": "super_prime", "generated_at": "2026-07-24T09:12:04Z" }