oAuth Clients
Create oAuth Client
Using this endpoint you can create a oAuth clients.
post/api/v1/add/oauth2-client
Request body
Example request
{
"redirect_uri": "https://mailcow.tld"
}Response
OK
Using this endpoint you can create a oAuth clients.
{
"redirect_uri": "https://mailcow.tld"
}OK