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
{
"allowed_scopes": [
"admin"
],
"name": "My OAuth client"
}Response
OAuth client created successfully