Skip to main content
Humanity Public Dev API home page
Search...
⌘K
DevRel
Request access
Request access
Search...
Navigation
API Reference
Get oauthauthorize
Guides
How to
API reference
GitHub
Overview
API overview
OAuth & Consent
GET
OAuth · Authorize
GET
OAuth · Authorization context
GET
OAuth · Authorization result
POST
OAuth · Approve authorization
POST
OAuth · Deny authorization
POST
OAuth · Token & revoke
POST
OAuth · Revoke tokens
GET
OIDC · User info
POST
Consent · Preset builder
Presets & Verification
GET
Presets · List available
GET
Presets · Single preset
POST
Presets · Batch verification
Query Engine
POST
Query Engine · Evaluate
Feeds & Access
GET
Feeds · Credentials
GET
Feeds · Authorizations
POST
Access · Request & approve
POST
Access · Approve developer
GET
Access · Introspect grants
GET
Auth · Session claims
POST
Auth · Logout
Discovery & Health
GET
Discovery · Humanity config
GET
OIDC · Discovery document
GET
OIDC · JWKS
GET
Operations · Health
GET
Operations · Readiness
API Reference
POST
Evaluate a query against the authenticated user's credentials
GET
Get presets
POST
Post presetsbatch
GET
Get presets 1
GET
Get userinfo
GET
Get oauthauthorize
POST
Post oauthtoken
POST
Post oauthclientuser token
GET
Get oauthauthorizecontext
GET
Get oauthauthorizeresult
POST
Post oauthrevoke
POST
Post oauthauthorizeapprove
GET
Get well knownopenid configuration
GET
Get well knownjwksjson
GET
Get well knownhp configuration
close
cURL
cURL
Copy
curl
--request
GET
\
--url
https://api.sandbox.humanity.org/v2/oauth/authorize
API Reference
Get oauthauthorize
Copy page
Copy page
GET
https://api.sandbox.humanity.org/v2
https://api.humanity.org/v2
/
oauth
/
authorize
Try it
cURL
cURL
Copy
curl
--request
GET
\
--url
https://api.sandbox.humanity.org/v2/oauth/authorize
Query Parameters
client_id
string
required
redirect_uri
string
required
response_type
any
required
scope
string
required
state
string
code_challenge
string
required
code_challenge_method
any
required
authorization_id
string
login_hint
string
locale
string
nonce
string
Response
200 - application/json
Get userinfo
Previous
Post oauthtoken
Next
⌘I