OAuth Applications
Create an OAuth application
Creates a new OAuth application with the given name and callback URL for an instance. The callback URL must be a valid URL. All URL schemes are allowed such as http://, https://, myapp://, etc...
post/oauth_applications
Request body
Example request
{
"scopes": "profile email public_metadata"
}Response
An OAuth application with client secret