# Overview

## oauth-clients

Third-party OAuth apps your organization registers: redirect URIs, allowed scopes, the client secret (shown once, rotated with a 24 h grace), revocation.

## Operations

GET

[/v1/oauth/clients](https://developers.tasksmate.indrasol.com/reference/operations/oauth-clientslist/)

POST

[/v1/oauth/clients](https://developers.tasksmate.indrasol.com/reference/operations/oauth-clientscreate/)

GET

[/v1/oauth/clients/{client\_id}](https://developers.tasksmate.indrasol.com/reference/operations/oauth-clientsread/)

DELETE

[/v1/oauth/clients/{client\_id}](https://developers.tasksmate.indrasol.com/reference/operations/oauth-clientsdelete/)

PATCH

[/v1/oauth/clients/{client\_id}](https://developers.tasksmate.indrasol.com/reference/operations/oauth-clientsupdate/)

POST

[/v1/oauth/clients/{client\_id}/rotate-secret](https://developers.tasksmate.indrasol.com/reference/operations/oauth-clientsrotate_secret/)

---
Source: https://developers.tasksmate.indrasol.com/reference/operations/tags/oauth-clients/
