/
PR
printhiv3d
/
Hive API Documentation
Search skmtc…
⌘K
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Subscribe
v4
latest
OpenAPI 3.0.3
2026-08-02
484
0
393.1 KB
OAuth
OAuth 2.0 Token Endpoint
post
/v1/oauth/token
Request body
object
required
grant_type
'authorization_code'
|
'refresh_token'
|
'urn:ietf:params:oauth:grant-type:jwt-bearer'
|
'urn:workos:agent-auth:grant-type:claim'
required
code
string
redirect_uri
string
client_id
string
client_secret
string
code_verifier
string
resource
string
refresh_token
string
claim_token
string
assertion
string
Response
Default Response
object
required
access_token
string
refresh_token
string
token_type
string
expires_in
number
scope
string
identity_assertion
string
assertion_expires
string