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