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
Changes
No recorded changes to this endpoint across all 51 revisions of this API.