/
TH
thrivory-com
/
Thrivory ThriveNow API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Checked 20m ago · Updated 10mo ago
latest
OpenAPI 3.1.0
raw.githubusercontent.com
2025-10-10
28
26
56.2 KB
9893450caa9b
Adjudications & Settlements
4
post
Create adjudication + terms using authorization_id
post
Confirm terms and release funds
post
Cancel an adjudication/settlement prior to funding
get
Reconciliation details for a funded settlement
Auth
4
post
Obtain an access token (OAuth 2.0 Client Credentials)
post
Introspect a token (optional)
post
Revoke a token (optional)
get
JWKS for signature verification
Claims
4
post
Review a claim (predictions, no funding)
get
Fetch Thrivory's current claim status
patch
Signal a claim status update
get
Fetch a claim rollup (review + adjudication + status)
Imports
2
post
Bulk import historical claims (async job)
get
Fetch import job status
Metadata
3
get
Search payers (Thrivory Payer IDs)
get
Thrivory proprietary denial reason codes
get
Available funding rails and cutoff times
Operations
1
get
Health check
Payout Accounts
4
get
List payout accounts
post
Register a tokenized payout destination
get
Get payout account
delete
Delete payout account
Webhooks
6
get
List webhook endpoints
post
Create webhook endpoint
get
Get webhook endpoint
delete
Delete webhook endpoint
post
Rotate webhook signing secret
post
Send a test event to a webhook endpoint
Webhooks
post
Claim review result
post
Adjudication decision created
post
Settlement funded
post
Settlement failed
post
Authoritative claim status update
post
Reconciliation event posted
Auth
Obtain an access token (OAuth 2.0 Client Credentials)
post
/v1/oauth/token
Request body
object
required
client_id
string
required
client_secret
string
required
grant_type
'client_credentials'
required
Response
Access token
object
required
access_token
string
required
token_type
string
required
expires_in
integer
required
Example response
{ "token_type": "Bearer", "expires_in": 3600 }