v51

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-01960201.2 KB
oAuth Clients

Create oAuth Client

Using this endpoint you can create a oAuth clients.

post/api/v1/add/oauth2-client

Request body

redirect_uristring

the uri where you should be redirected after oAuth

Example request

{
  "redirect_uri": "https://mailcow.tld"
}

Response

OK

type'success' | 'danger' | 'error'