OAuth Clients
Create OAuth client
Creates a new OAuth client on your account for authenticating third-party integrations, and returns the created client.
post/oauth_clients
Request body
Example request
{
"name": "My OAuth client",
"allowed_scopes": [
"admin"
]
}Response
OAuth client created successfully