OAuth Clients
Create OAuth client
Create a new OAuth client
post/oauth_clients
Request body
Example request
{
"allowed_scopes": [
"admin"
],
"name": "My OAuth client"
}Response
OAuth client created successfully
Create a new OAuth client
{
"allowed_scopes": [
"admin"
],
"name": "My OAuth client"
}OAuth client created successfully