A valid request URL is required to generate request examples
{ "error_description": "<string>", "error_uri": "<string>", "state": "<string>" }
Handle user’s allow/deny decision for OAuth2 authorization
cURL
curl --request POST \ --url {protocol}://{domain}/oauth/authorize \ --header 'Content-Type: application/x-www-form-urlencoded' \ --data 'client_id=<string>' \ --data 'redirect_uri=<string>' \ --data 'scope=<string>' \ --data 'state=<string>' \ --data 'code_challenge=<string>'
Documentation IndexFetch the complete documentation index at: https://docs.getcore.me/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.getcore.me/llms.txt
Use this file to discover all available pages before exploring further.
allow
deny
S256
plain
Redirect to redirect_uri with code or error
Was this page helpful?