POST
/
mintlify
/
token
curl --request POST \
  --url https://gateway.finhub.cloud/oauth2/1.0.0/mintlify/token \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'

Authorizations

Authorization
string
headerrequired

The access token received from the authorization server in the OAuth 2.0 flow.

Body

application/json · object

The body is of type object.