/
TH
thrivory-com
/
Thrivory ThriveNow API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Checked 2h ago · Updated 10mo ago
View markdown
thrivory-com
Thrivory ThriveNow API
post
Obtain an access token (OAuth 2.0 Client Credentials)
v4
latest
OpenAPI 3.1.0
raw.githubusercontent.com
2025-10-10
28
26
56.2 KB
Adjudications & Settlements
4
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
Imports
2
Metadata
3
Operations
1
Payout Accounts
4
Webhooks
6
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 }