• Routes in our system
  • General description:
  • GET /oauth/authorize/native
  • curl command
  • command output
  • server output
  • POST /oauth/authorize
  • curl command
  • command output
  • server output
  • DELETE /oauth/authorize
  • curl command
  • command output
  • server output
  • POST /oauth/token
  • curl command, authorization code grant
  • command output
  • server output
  • curl command, password grant
  • command output
  • server output
  • curl command, refresh token grant
  • command output
  • server output
  • failed response (invalid username, password, or code)
  • command output
  • server output
  • POST /oauth/revoke
  • curl command, token revoke with client credentials in params
  • command output
  • server output
  • curl command, token revoke with client credentials in basic auth
  • command output
  • server output
  • POST /oauth/introspect
  • curl command, token revoke with client credentials in params
  • GET /oauth/applications
  • curl command
  • command output
  • server output
  • API for managing authorized api clients
  • POST /oauth/applications
  • GET /oauth/applications/new
  • GET /oauth/applications/:id/edit
  • GET /oauth/applications/:id
  • PUT /oauth/applications/:id
  • DELETE /oauth/applications/:id
  • GET /oauth/authorized_applications
  • curl command
  • command output
  • server output
  • DELETE /oauth/authorized_applications/:id
  • curl command
  • command output
  • server output
  • GET /oauth/token/info
  • curl command
  • command output
  • server output
  • token not found
  • command output
  • server output
  • POST /oauth/revoke
  • curl command
  • result