POST
/
auth
/
token
curl --request POST \
  --url https://api.basic.tech/auth/token \
  --header 'Content-Type: application/json' \
  --data '{
  "code": "AUTHORIZATION_CODE"
}'

Body

application/json
code
string

Response

200
_mintlify/placeholder

successful