/
TH
thrivory-com
/
Thrivory ThriveNow API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Subscribe
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
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 }