Table of Contents

Search

  1. Preface
  2. Introduction to API Manager
  3. API management
  4. Organizational access policies
  5. API-specific policies
  6. API groups
  7. Authentication and authorization
  8. API Microgateway Service
  9. Analytics

API Manager Guide

API Manager Guide

Manage OAuth 2.0 clients for the API Microgateway Service

Manage OAuth 2.0 clients for the API Microgateway Service

Use APIs to manage OAuth 2.0 clients for the API Microgateway Service. Perform the following tasks to view, delete, and edit OAuth 2.0 clients, and to download a list of deleted clients:

View all OAuth 2.0 clients

Use the following URL to request a list of all the OAuth 2.0 clients for API Microgateway:
https://{<host_URL>}/apimgmt/v0.4/oauth/client/
Invoke a GET call to receive a list of all the OAuth 2.0 clients.

Download a list of deleted OAuth 2.0 clients

Use the following URL to download a list of the deleted OAuth 2.0 clients for API Microgateway:
https://{<host_URL>}/apimgmt/v0.4/oauth/client/download/deleted-clients
Invoke a GET call to download the list in JSON format.

View, delete, and edit OAuth 2.0 clients

Use the following URL to view, delete, or edit an OAuth 2.0 client for API Microgateway:
https://{<host_URL>}/apimgmt/v0.4/oauth/client/{<clientID>}
Invoke a GET call to view the OAuth 2.0 client details.
Invoke a DEL call to delete the OAuth 2.0 client.
Invoke a PATCH call to edit the OAuth 2.0 client details. Edit the values of the request body to update the OAuth 2.0 client.

0 COMMENTS

We’d like to hear from you!