/
TH
thrivory-com
/
Thrivory ThriveNow API
Search skmtc…
⌘K
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Subscribe
v4
latest
OpenAPI 3.1.0
raw.githubusercontent.com
2025-10-10
28
26
56.2 KB
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 }
All 34 operations
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
get
Health check
get
Search payers (Thrivory Payer IDs)
get
Thrivory proprietary denial reason codes
get
Available funding rails and cutoff times
post
Review a claim (predictions, no funding)
post
Create adjudication + terms using authorization_id
post
Confirm terms and release funds
post
Cancel an adjudication/settlement prior to funding
get
Fetch Thrivory's current claim status
patch
Signal a claim status update
get
Fetch a claim rollup (review + adjudication + status)
get
Reconciliation details for a funded settlement
get
List payout accounts
post
Register a tokenized payout destination
get
Get payout account
delete
Delete payout account
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
post
Bulk import historical claims (async job)
get
Fetch import job status
post
Claim review result
post
Adjudication decision created
post
Settlement funded
post
Settlement failed
post
Authoritative claim status update
post
Reconciliation event posted