API ReferenceOAuth
Record user consent and mint an authorization code
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
curl -X POST "https://example.com/oauth/authorize/consent" \ -H "Content-Type: application/json" \ -d '{ "clientId": "string", "redirectUri": "http://example.com", "scope": "string" }'Empty