Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://id.oakwall.mom/oauth/token \ --header 'Content-Type: application/x-www-form-urlencoded' \ --data grant_type=authorization_code \ --data 'code=<string>' \ --data 'redirect_uri=<string>' \ --data 'client_id=<string>' \ --data 'client_secret=<string>' \ --data 'code_verifier=<string>'
{ "access_token": "<string>", "token_type": "Bearer", "expires_in": 123, "refresh_token": "<string>", "id_token": "<string>", "scope": "<string>" }
authorization_code
Token response
"Bearer"