skip to main content
Administering Hybrid Data Pipeline : Configuring Hybrid Data Pipeline to authorize client applications using OAuth 2.0 : OAuth 2.0 endpoints
  

Try Now

OAuth 2.0 endpoints

You can use the Hybrid Data Pipeline endpoints to register a client application, view a list of registered applications, reset client credentials, revoke access to a registered application, and otherwise manage client application access to Hybrid Data Pipeline data sources using OAuth 2.0. OAuth endpoints are the URLs that you use to make OAuth authorization requests to Hybrid Data Pipeline. The following is the list of OAuth 2.0 endpoints:
Operation
Request
Endpoints
GET
https://<myserver>:<port>/api/mgmt/oauth/client/applications
POST
https://<myserver>:<port>/api/mgmt/oauth/client/applications
GET
https://<myserver>:<port>/api/mgmt/oauth/client/applications/{id}
PUT
https://<myserver>:<port>/api/mgmt/oauth/client/applications/{id}
DELETE
https://<myserver>:<port>/api/mgmt/oauth/client/applications/{id}
PUT
https://<myserver>:<port>/api/mgmt/oauth/client/applications/{id}/reset
GET
https://<myserver>:<port>/api/mgmt/oauth/client/allowedapplications
DELETE
https://<myserver>:<port>/api/mgmt/oauth/client/allowedapplications/{id}
POST
https://<myserver>:<port>/api/mgmt/oauth2/token
POST
https://<myserver>:<port>/api/mgmt/oauth2/authorize
For additional information, see OAuth API for configuring Hybrid Data Pipeline to authorize client applications.