Skip to main content
POST
/
auth
/
oauth
/
token
OAuth token endpoints
curl --request POST \
  --url https://api.stack-auth.com/api/v1/auth/oauth/token \
  --header 'Content-Type: application/json' \
  --data '{}'

Documentation Index

Fetch the complete documentation index at: https://docs.hexclave.com/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json
grant_type
enum<string>
required
Available options:
authorization_code,
refresh_token
client_id
string
client_secret
string

Response

200 - application/json

Successful response